#df1f32

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

Shades of Alizarin #DF1F32

Tints of Alizarin #DF1F32

Color information

#DF1F32 (or 0xDF1F32) is unknown color: approx Alizarin. HEX triplet: DF, 1F and 32. RGB value is (223,31,50). Sum of RGB (Red+Green+Blue) = 223+31+50=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1F32 is #20E0CD. Grayscale: #5A5A5A. Windows color (decimal): -2154702 or 3284959. OLE color: 3284959.

HSL color Cylindrical-coordinate representation of color #DF1F32: hue angle of 354.06º degrees, saturation: 0.76, 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 #DF1F32 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB2233150-
CMYK00.860.780.13
HSL354.06º75.59%49.8%-
HSV(B)354.06º86.1%87.45%-
XYZ31.516.94.62-
YUV90.57105.11222.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 73.36%
GREEN value IS 31 (12.5% from 255) = 10.20%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=73.36%
G=10.20%
B=16.45%

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
Decimal223315000.860.780.13354.0675.5949.8
HexDF1F320564ED1624c32
Octal337376201261161554211462
Binary110111111111111001001010110100111011011011000101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df1f32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df1f32; }

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

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

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

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

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

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

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

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