#DF1E28

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

Shades of Alizarin #DF1E28

Tints of Alizarin #DF1E28

Color information

#DF1E28 (or 0xDF1E28) is unknown color: approx Alizarin. HEX triplet: DF, 1E and 28. RGB value is (223,30,40). Sum of RGB (Red+Green+Blue) = 223+30+40=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1E28 is #20E1D7. Grayscale: #595959. Windows color (decimal): -2154968 or 2629343. OLE color: 2629343.

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

Color convert

RGB2233040-
CMYK00.870.820.13
HSL356.89º76.28%49.61%-
HSV(B)356.89º86.55%87.45%-
XYZ31.2816.773.6-
YUV88.85100.44223.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 76.11%
GREEN value IS 30 (12.11% from 255) = 10.24%
BLUE value IS 40 (16.02% from 255) = 13.65%
R=76.11%
G=10.24%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223304000.870.820.13356.8976.2849.61
HexDF1E2805752D1654c32
Octal337365001271221554511462
Binary110111111111010100001010111101001011011011001011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1E28; }

 p { color: rgb(223,30,40); }

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

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

 a { background-color: rgb(223,30,40); }

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

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

 span { border-color: rgb(223,30,40); }

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