#D60D49

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

Shades of Crimson #D60D49

Tints of Crimson #D60D49

Color information

#D60D49 (or 0xD60D49) is unknown color: approx Crimson. HEX triplet: D6, 0D and 49. RGB value is (214,13,73). Sum of RGB (Red+Green+Blue) = 214+13+73=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60D49 is #29F2B6. Grayscale: #4F4F4F. Windows color (decimal): -2749111 or 4787670. OLE color: 4787670.

HSL color Cylindrical-coordinate representation of color #D60D49: hue angle of 342.09º 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 #D60D49 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB2141373-
CMYK00.940.660.16
HSL342.09º88.55%44.51%-
HSV(B)342.09º93.93%83.92%-
XYZ29.0815.077.68-
YUV79.94124.09223.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 71.33%
GREEN value IS 13 (5.47% from 255) = 4.33%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=71.33%
G=4.33%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214137300.940.660.16342.0988.5544.51
HexD6D4905E4210156592d
Octal3261511101361022052613155
Binary1101011011011001001010111101000010100001010101101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60D49; }

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

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

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

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

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

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

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

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