Html Css Color HEX #D62137 Alizarin

📋 copy color: '#D62137'

red 214 ◦ green 33 ◦ blue 55

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

Shades of Alizarin #D62137

Tints of Alizarin #D62137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.93%

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

R = 70.86%
G = 10.93%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D62137 (or 0xD62137) is known color: Alizarin. HEX triplet: D6, 21 and 37. RGB value is (214,33,55). Sum of RGB (Red+Green+Blue) = 214+33+55=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D62137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62137 is #29DEC8. Grayscale: #595959. Windows color (decimal): -2744009 or 3613142. OLE color: 3613142.

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

Color convert

RGB 214 33 55 -
CMYK 0 0.85 0.74 0.16
HSL 352.71º 0.73% 0.48% -
HSV(B) 352.71º 0.85% 0.84% -
XYZ 28.97 15.66 5.11 -
YUV 89.63 108.47 216.71 -
System Red Green Blue C M Y K H S L
Decimal 214 33 55 0 0.85 0.74 0.16 352.71 0.73 0.48
Hex D6 21 37 0 55 4A 10 161 49 30
Octal 326 41 67 0 125 112 20 541 111 60
Binary 11010110 100001 110111 0 1010101 1001010 10000 101100001 1001001 110000

Color Harmonies of #D62137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62137

Black with #D62137

Text Example


Text Example

White with #D62137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62137; }

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

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

background-color css

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

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

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

border-color css

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

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

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