Html Css Color HEX #D60936 Crimson

📋 copy color: '#D60936'

red 214 ◦ green 9 ◦ blue 54

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

Shades of Crimson #D60936

Tints of Crimson #D60936

RGB

 RED value IS 214 (83.98% from 255) = 77.26%

 GREEN value IS 9 (3.91% from 255) = 3.25%

 BLUE value IS 54 (21.48% from 255) = 19.49%

R = 77.26%
G = 3.25%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D60936 (or 0xD60936) is known color: Crimson. HEX triplet: D6, 09 and 36. RGB value is (214,9,54). Sum of RGB (Red+Green+Blue) = 214+9+54=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D60936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60936 is #29F6C9. Grayscale: #4B4B4B. Windows color (decimal): -2750154 or 3541462. OLE color: 3541462.

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

Color convert

RGB 214 9 54 -
CMYK 0 0.96 0.75 0.16
HSL 346.83º 0.92% 0.44% -
HSV(B) 346.83º 0.96% 0.84% -
XYZ 28.5 14.76 4.84 -
YUV 75.43 115.92 226.84 -
System Red Green Blue C M Y K H S L
Decimal 214 9 54 0 0.96 0.75 0.16 346.83 0.92 0.44
Hex D6 9 36 0 60 4B 10 15B 5C 2C
Octal 326 11 66 0 140 113 20 533 134 54
Binary 11010110 1001 110110 0 1100000 1001011 10000 101011011 1011100 101100

Color Harmonies of #D60936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60936

Black with #D60936

Text Example


Text Example

White with #D60936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60936; }

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

 H1.HeaderClassName
 {
   color: #D60936;
 }
 .AnyTagClassName
 {
   color: #D60936;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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