#D60945

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

Shades of Crimson #D60945

Tints of Crimson #D60945

Color information

#D60945 (or 0xD60945) is unknown color: approx Crimson. HEX triplet: D6, 09 and 45. RGB value is (214,9,69). Sum of RGB (Red+Green+Blue) = 214+9+69=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D60945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60945 is #29F6BA. Grayscale: #4D4D4D. Windows color (decimal): -2750139 or 4524502. OLE color: 4524502.

HSL color Cylindrical-coordinate representation of color #D60945: hue angle of 342.44º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60945 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB214969-
CMYK00.960.680.16
HSL342.44º91.93%43.73%-
HSV(B)342.44º95.79%83.92%-
XYZ28.914.926.99-
YUV77.13123.42225.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 73.29%
GREEN value IS 9 (3.91% from 255) = 3.08%
BLUE value IS 69 (27.34% from 255) = 23.63%
R=73.29%
G=3.08%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21496900.960.680.16342.4491.9343.73
HexD694506044101565c2c
Octal3261110501401042052613454
Binary1101011010011000101011000001000100100001010101101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60945; }

 p { color: rgb(214,9,69); }

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

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

 a { background-color: rgb(214,9,69); }

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

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

 span { border-color: rgb(214,9,69); }

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