Html Css Color HEX #D62337 Alizarin

📋 copy color: '#D62337'

red 214 ◦ green 35 ◦ blue 55

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

Shades of Alizarin #D62337

Tints of Alizarin #D62337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.51%

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

R = 70.39%
G = 11.51%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D62337 (or 0xD62337) is known color: Alizarin. HEX triplet: D6, 23 and 37. RGB value is (214,35,55). Sum of RGB (Red+Green+Blue) = 214+35+55=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D62337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62337 is #29DCC8. Grayscale: #5A5A5A. Windows color (decimal): -2743497 or 3613654. OLE color: 3613654.

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

Color convert

RGB 214 35 55 -
CMYK 0 0.84 0.74 0.16
HSL 353.3º 0.72% 0.49% -
HSV(B) 353.3º 0.84% 0.84% -
XYZ 29.02 15.77 5.13 -
YUV 90.8 107.8 215.87 -
System Red Green Blue C M Y K H S L
Decimal 214 35 55 0 0.84 0.74 0.16 353.3 0.72 0.49
Hex D6 23 37 0 54 4A 10 161 48 31
Octal 326 43 67 0 124 112 20 541 110 61
Binary 11010110 100011 110111 0 1010100 1001010 10000 101100001 1001000 110001

Color Harmonies of #D62337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62337

Black with #D62337

Text Example


Text Example

White with #D62337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62337; }

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

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

background-color css

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

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

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

border-color css

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

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

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