#DF2032

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

Shades of Alizarin #DF2032

Tints of Alizarin #DF2032

Color information

#DF2032 (or 0xDF2032) is unknown color: approx Alizarin. HEX triplet: DF, 20 and 32. RGB value is (223,32,50). Sum of RGB (Red+Green+Blue) = 223+32+50=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2032 is #20DFCD. Grayscale: #5B5B5B. Windows color (decimal): -2154446 or 3285215. OLE color: 3285215.

HSL color Cylindrical-coordinate representation of color #DF2032: hue angle of 354.35º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF2032 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB2233250-
CMYK00.860.780.13
HSL354.35º74.9%50%-
HSV(B)354.35º85.65%87.45%-
XYZ31.5216.954.63-
YUV91.16104.78222.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 73.11%
GREEN value IS 32 (12.89% from 255) = 10.49%
BLUE value IS 50 (19.92% from 255) = 16.39%
R=73.11%
G=10.49%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223325000.860.780.13354.3574.950
HexDF20320564ED1624b32
Octal337406201261161554211362
Binary1101111110000011001001010110100111011011011000101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2032; }

 p { color: rgb(223,32,50); }

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

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

 a { background-color: rgb(223,32,50); }

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

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

 span { border-color: rgb(223,32,50); }

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