Html Css Color HEX #D41E32 Alizarin

📋 copy color: '#D41E32'

red 212 ◦ green 30 ◦ blue 50

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

Shades of Alizarin #D41E32

Tints of Alizarin #D41E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.27%

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 72.6%
G = 10.27%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D41E32 (or 0xD41E32) is known color: Alizarin. HEX triplet: D4, 1E and 32. RGB value is (212,30,50). Sum of RGB (Red+Green+Blue) = 212+30+50=292 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.60% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 212 - color contains mainly: red. Hex color #D41E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41E32 is #2BE1CD. Grayscale: #565656. Windows color (decimal): -2875854 or 3284692. OLE color: 3284692.

HSL color Cylindrical-coordinate representation of color #D41E32: hue angle of 353.41º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41E32 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 30 50 -
CMYK 0 0.86 0.76 0.17
HSL 353.41º 0.75% 0.47% -
HSV(B) 353.41º 0.86% 0.83% -
XYZ 28.19 15.16 4.46 -
YUV 86.7 107.3 217.37 -
System Red Green Blue C M Y K H S L
Decimal 212 30 50 0 0.86 0.76 0.17 353.41 0.75 0.47
Hex D4 1E 32 0 56 4C 11 161 4B 2F
Octal 324 36 62 0 126 114 21 541 113 57
Binary 11010100 11110 110010 0 1010110 1001100 10001 101100001 1001011 101111

Color Harmonies of #D41E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41E32

Black with #D41E32

Text Example


Text Example

White with #D41E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41E32; }

 p { color: rgb(212,30,50); }

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

background-color css

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

 a { background-color: rgb(212,30,50); }

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

border-color css

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

 span { border-color: rgb(212,30,50); }

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