#D42235

Color #D42235 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #D42235

Tints of Alizarin #D42235

Color information

#D42235 (or 0xD42235) is unknown color: approx Alizarin. HEX triplet: D4, 22 and 35. RGB value is (212,34,53). Sum of RGB (Red+Green+Blue) = 212+34+53=299 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.90% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 212 - color contains mainly: red. Hex color #D42235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42235 is #2BDDCA. Grayscale: #595959. Windows color (decimal): -2874827 or 3482324. OLE color: 3482324.

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

Color convert

RGB2123453-
CMYK00.840.750.17
HSL353.6º72.36%48.24%-
HSV(B)353.6º83.96%83.14%-
XYZ28.3715.44.85-
YUV89.39107.47215.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 70.90%
GREEN value IS 34 (13.67% from 255) = 11.37%
BLUE value IS 53 (21.09% from 255) = 17.73%
R=70.90%
G=11.37%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212345300.840.750.17353.672.3648.24
HexD422350544B111624830
Octal324426501241132154211060
Binary11010100100010110101010101001001011100011011000101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42235; }

 p { color: rgb(212,34,53); }

 H1.HeaderClassName
 {
   color: #D42235;
 }
 .AnyTagClassName
 {
   color: #D42235;
 }
</style>
background-color css

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

 a { background-color: rgb(212,34,53); }

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

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

 span { border-color: rgb(212,34,53); }

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