Html Css Color HEX #D42131 Alizarin

📋 copy color: '#D42131'

red 212 ◦ green 33 ◦ blue 49

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

Shades of Alizarin #D42131

Tints of Alizarin #D42131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.67%

R = 72.11%
G = 11.22%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D42131 (or 0xD42131) is known color: Alizarin. HEX triplet: D4, 21 and 31. RGB value is (212,33,49). Sum of RGB (Red+Green+Blue) = 212+33+49=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D42131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42131 is #2BDECE. Grayscale: #585858. Windows color (decimal): -2875087 or 3219924. OLE color: 3219924.

HSL color Cylindrical-coordinate representation of color #D42131: hue angle of 354.64º 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 #D42131 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 33 49 -
CMYK 0 0.84 0.77 0.17
HSL 354.64º 0.73% 0.48% -
HSV(B) 354.64º 0.84% 0.83% -
XYZ 28.25 15.31 4.37 -
YUV 88.35 105.8 216.2 -
System Red Green Blue C M Y K H S L
Decimal 212 33 49 0 0.84 0.77 0.17 354.64 0.73 0.48
Hex D4 21 31 0 54 4D 11 163 49 30
Octal 324 41 61 0 124 115 21 543 111 60
Binary 11010100 100001 110001 0 1010100 1001101 10001 101100011 1001001 110000

Color Harmonies of #D42131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42131

Black with #D42131

Text Example


Text Example

White with #D42131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42131; }

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

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

background-color css

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

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

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

border-color css

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

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

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