#D60D36

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

Shades of Crimson #D60D36

Tints of Crimson #D60D36

Color information

#D60D36 (or 0xD60D36) is unknown color: approx Crimson. HEX triplet: D6, 0D and 36. RGB value is (214,13,54). Sum of RGB (Red+Green+Blue) = 214+13+54=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60D36 is #29F2C9. Grayscale: #4D4D4D. Windows color (decimal): -2749130 or 3542486. OLE color: 3542486.

HSL color Cylindrical-coordinate representation of color #D60D36: hue angle of 347.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60D36 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB2141354-
CMYK00.940.750.16
HSL347.76º88.55%44.51%-
HSV(B)347.76º93.93%83.92%-
XYZ28.5414.854.85-
YUV77.77114.59225.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 76.16%
GREEN value IS 13 (5.47% from 255) = 4.63%
BLUE value IS 54 (21.48% from 255) = 19.22%
R=76.16%
G=4.63%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214135400.940.750.16347.7688.5544.51
HexD6D3605E4B1015c592d
Octal326156601361132053413155
Binary110101101101110110010111101001011100001010111001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60D36; }

 p { color: rgb(214,13,54); }

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

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

 a { background-color: rgb(214,13,54); }

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

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

 span { border-color: rgb(214,13,54); }

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