Html Css Color HEX #D42137 Alizarin

📋 copy color: '#D42137'

red 212 ◦ green 33 ◦ blue 55

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

Shades of Alizarin #D42137

Tints of Alizarin #D42137

RGB

 RED value IS 212 (83.2% from 255) = 70.67%

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

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

R = 70.67%
G = 11%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D42137 (or 0xD42137) is known color: Alizarin. HEX triplet: D4, 21 and 37. RGB value is (212,33,55). Sum of RGB (Red+Green+Blue) = 212+33+55=300 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 212 - color contains mainly: red. Hex color #D42137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42137 is #2BDEC8. Grayscale: #595959. Windows color (decimal): -2875081 or 3613140. OLE color: 3613140.

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

Color convert

RGB 212 33 55 -
CMYK 0 0.84 0.74 0.17
HSL 352.63º 0.73% 0.48% -
HSV(B) 352.63º 0.84% 0.83% -
XYZ 28.38 15.36 5.08 -
YUV 89.03 108.8 215.71 -
System Red Green Blue C M Y K H S L
Decimal 212 33 55 0 0.84 0.74 0.17 352.63 0.73 0.48
Hex D4 21 37 0 54 4A 11 161 49 30
Octal 324 41 67 0 124 112 21 541 111 60
Binary 11010100 100001 110111 0 1010100 1001010 10001 101100001 1001001 110000

Color Harmonies of #D42137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42137

Black with #D42137

Text Example


Text Example

White with #D42137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42137; }

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

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

background-color css

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

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

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

border-color css

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

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

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