#D0163A

Color #D0163A Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D0163A

Tints of Crimson #D0163A

Color information

#D0163A (or 0xD0163A) is unknown color: approx Crimson. HEX triplet: D0, 16 and 3A. RGB value is (208,22,58). Sum of RGB (Red+Green+Blue) = 208+22+58=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D0163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0163A is #2FE9C5. Grayscale: #515151. Windows color (decimal): -3140038 or 3806928. OLE color: 3806928.

HSL color Cylindrical-coordinate representation of color #D0163A: hue angle of 348.39º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0163A is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB2082258-
CMYK00.890.720.18
HSL348.39º80.87%45.1%-
HSV(B)348.39º89.42%81.57%-
XYZ27.0614.295.33-
YUV81.72114.62218.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 72.22%
GREEN value IS 22 (8.98% from 255) = 7.64%
BLUE value IS 58 (23.05% from 255) = 20.14%
R=72.22%
G=7.64%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208225800.890.720.18348.3980.8745.1
HexD0163A059481215c512d
Octal320267201311102253412155
Binary1101000010110111010010110011001000100101010111001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0163A; }

 p { color: rgb(208,22,58); }

 H1.HeaderClassName
 {
   color: #D0163A;
 }
 .AnyTagClassName
 {
   color: #D0163A;
 }
</style>
background-color css

<style>
 a { background-color: #D0163A; }

 a { background-color: rgb(208,22,58); }

 div.DivClassName
 {
   background-color: #D0163A;
 }
 .BgClassName
 {
   background-color: #D0163A;
 }
</style>
border-color css

<style>
 span { border-color: #D0163A; }

 span { border-color: rgb(208,22,58); }

 td.TdClassName
 {
   border-color: #D0163A;
 }
 .TagClassName
 {
   border-color: #D0163A;
 }
</style>