Html Css Color HEX #D62937 Alizarin

📋 copy color: '#D62937'

red 214 ◦ green 41 ◦ blue 55

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

Shades of Alizarin #D62937

Tints of Alizarin #D62937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

 BLUE value IS 55 (21.88% from 255) = 17.74%

R = 69.03%
G = 13.23%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D62937 (or 0xD62937) is known color: Alizarin. HEX triplet: D6, 29 and 37. RGB value is (214,41,55). Sum of RGB (Red+Green+Blue) = 214+41+55=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D62937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62937 is #29D6C8. Grayscale: #5E5E5E. Windows color (decimal): -2741961 or 3615190. OLE color: 3615190.

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

Color convert

RGB 214 41 55 -
CMYK 0 0.81 0.74 0.16
HSL 355.14º 0.68% 0.5% -
HSV(B) 355.14º 0.81% 0.84% -
XYZ 29.21 16.16 5.19 -
YUV 94.32 105.81 213.36 -
System Red Green Blue C M Y K H S L
Decimal 214 41 55 0 0.81 0.74 0.16 355.14 0.68 0.5
Hex D6 29 37 0 51 4A 10 163 44 32
Octal 326 51 67 0 121 112 20 543 104 62
Binary 11010110 101001 110111 0 1010001 1001010 10000 101100011 1000100 110010

Color Harmonies of #D62937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62937

Black with #D62937

Text Example


Text Example

White with #D62937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62937; }

 p { color: rgb(214,41,55); }

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

background-color css

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

 a { background-color: rgb(214,41,55); }

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

border-color css

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

 span { border-color: rgb(214,41,55); }

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