#D42238

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

Shades of Alizarin #D42238

Tints of Alizarin #D42238

Color information

#D42238 (or 0xD42238) is unknown color: approx Alizarin. HEX triplet: D4, 22 and 38. RGB value is (212,34,56). Sum of RGB (Red+Green+Blue) = 212+34+56=302 (40% of max value = 765). Red value is 212 (83.20% from 255 or 70.20% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 212 - color contains mainly: red. Hex color #D42238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42238 is #2BDDC7. Grayscale: #595959. Windows color (decimal): -2874824 or 3678932. OLE color: 3678932.

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

Color convert

RGB2123456-
CMYK00.840.740.17
HSL352.58º72.36%48.24%-
HSV(B)352.58º83.96%83.14%-
XYZ28.4415.435.22-
YUV89.73108.97215.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 70.20%
GREEN value IS 34 (13.67% from 255) = 11.26%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=70.20%
G=11.26%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212345600.840.740.17352.5872.3648.24
HexD422380544A111614830
Octal324427001241122154111060
Binary11010100100010111000010101001001010100011011000011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42238; }

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

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

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

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

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

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

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

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