#DF323C

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

Shades of Alizarin #DF323C

Tints of Alizarin #DF323C

Color information

#DF323C (or 0xDF323C) is unknown color: approx Alizarin. HEX triplet: DF, 32 and 3C. RGB value is (223,50,60). Sum of RGB (Red+Green+Blue) = 223+50+60=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF323C is #20CDC3. Grayscale: #666666. Windows color (decimal): -2149828 or 3945183. OLE color: 3945183.

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

Color convert

RGB2235060-
CMYK00.780.730.13
HSL356.53º73%53.53%-
HSV(B)356.53º77.58%87.45%-
XYZ32.3918.36.1-
YUV102.87103.81213.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 66.97%
GREEN value IS 50 (19.92% from 255) = 15.02%
BLUE value IS 60 (23.83% from 255) = 18.02%
R=66.97%
G=15.02%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223506000.780.730.13356.537353.53
HexDF323C04E49D1654936
Octal337627401161111554511166
Binary1101111111001011110001001110100100111011011001011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF323C; }

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

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

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

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

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

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

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

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