#DF252C

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

Shades of Alizarin #DF252C

Tints of Alizarin #DF252C

Color information

#DF252C (or 0xDF252C) is unknown color: approx Alizarin. HEX triplet: DF, 25 and 2C. RGB value is (223,37,44). Sum of RGB (Red+Green+Blue) = 223+37+44=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF252C is #20DAD3. Grayscale: #5D5D5D. Windows color (decimal): -2153172 or 2893279. OLE color: 2893279.

HSL color Cylindrical-coordinate representation of color #DF252C: hue angle of 357.74º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF252C is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB2233744-
CMYK00.830.800.13
HSL357.74º74.4%50.98%-
HSV(B)357.74º83.41%87.45%-
XYZ31.5517.194.04-
YUV93.41100.12220.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 73.36%
GREEN value IS 37 (14.84% from 255) = 12.17%
BLUE value IS 44 (17.58% from 255) = 14.47%
R=73.36%
G=12.17%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223374400.830.800.13357.7474.450.98
HexDF252C05350D1664a33
Octal337455401231201554611263
Binary1101111110010110110001010011101000011011011001101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF252C; }

 p { color: rgb(223,37,44); }

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

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

 a { background-color: rgb(223,37,44); }

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

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

 span { border-color: rgb(223,37,44); }

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