#D42330

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

Shades of Alizarin #D42330

Tints of Alizarin #D42330

Color information

#D42330 (or 0xD42330) is unknown color: approx Alizarin. HEX triplet: D4, 23 and 30. RGB value is (212,35,48). Sum of RGB (Red+Green+Blue) = 212+35+48=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D42330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42330 is #2BDCCF. Grayscale: #595959. Windows color (decimal): -2874576 or 3154900. OLE color: 3154900.

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

Color convert

RGB2123548-
CMYK00.830.770.17
HSL355.59º71.66%48.43%-
HSV(B)355.59º83.49%83.14%-
XYZ28.2915.414.28-
YUV89.4104.64215.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 71.86%
GREEN value IS 35 (14.06% from 255) = 11.86%
BLUE value IS 48 (19.14% from 255) = 16.27%
R=71.86%
G=11.86%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212354800.830.770.17355.5971.6648.43
HexD423300534D111644830
Octal324436001231152154411060
Binary11010100100011110000010100111001101100011011001001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42330; }

 p { color: rgb(212,35,48); }

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

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

 a { background-color: rgb(212,35,48); }

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

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

 span { border-color: rgb(212,35,48); }

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