Html Css Color HEX #D60945 Crimson

📋 copy color: '#D60945'

red 214 ◦ green 9 ◦ blue 69

#D60945
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #D60945

Tints of Crimson #D60945

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 value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D60945 (or 0xD60945) is known color: 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

RGB 214 9 69 -
CMYK 0 0.96 0.68 0.16
HSL 342.44º 0.92% 0.44% -
HSV(B) 342.44º 0.96% 0.84% -
XYZ 28.9 14.92 6.99 -
YUV 77.14 123.42 225.62 -
System Red Green Blue C M Y K H S L
Decimal 214 9 69 0 0.96 0.68 0.16 342.44 0.92 0.44
Hex D6 9 45 0 60 44 10 156 5C 2C
Octal 326 11 105 0 140 104 20 526 134 54
Binary 11010110 1001 1000101 0 1100000 1000100 10000 101010110 1011100 101100

Color Harmonies of #D60945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60945

Black with #D60945

Text Example


Text Example

White with #D60945

Text Example


Text Example

HTML Codes & Css Web 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>