Html Css Color HEX #D42831 Alizarin

📋 copy color: '#D42831'

red 212 ◦ green 40 ◦ blue 49

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

Shades of Alizarin #D42831

Tints of Alizarin #D42831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

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

R = 70.43%
G = 13.29%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D42831 (or 0xD42831) is known color: Alizarin. HEX triplet: D4, 28 and 31. RGB value is (212,40,49). Sum of RGB (Red+Green+Blue) = 212+40+49=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D42831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42831 is #2BD7CE. Grayscale: #5C5C5C. Windows color (decimal): -2873295 or 3221716. OLE color: 3221716.

HSL color Cylindrical-coordinate representation of color #D42831: hue angle of 356.86º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42831 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 40 49 -
CMYK 0 0.81 0.77 0.17
HSL 356.86º 0.68% 0.49% -
HSV(B) 356.86º 0.81% 0.83% -
XYZ 28.46 15.74 4.44 -
YUV 92.45 103.48 213.27 -
System Red Green Blue C M Y K H S L
Decimal 212 40 49 0 0.81 0.77 0.17 356.86 0.68 0.49
Hex D4 28 31 0 51 4D 11 165 44 31
Octal 324 50 61 0 121 115 21 545 104 61
Binary 11010100 101000 110001 0 1010001 1001101 10001 101100101 1000100 110001

Color Harmonies of #D42831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42831

Black with #D42831

Text Example


Text Example

White with #D42831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42831; }

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

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

background-color css

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

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

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

border-color css

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

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

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