#DF1C28

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

Shades of Alizarin #DF1C28

Tints of Alizarin #DF1C28

Color information

#DF1C28 (or 0xDF1C28) is unknown color: approx Alizarin. HEX triplet: DF, 1C and 28. RGB value is (223,28,40). Sum of RGB (Red+Green+Blue) = 223+28+40=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1C28 is #20E3D7. Grayscale: #575757. Windows color (decimal): -2155480 or 2628831. OLE color: 2628831.

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

Color convert

RGB2232840-
CMYK00.870.820.13
HSL356.31º77.69%49.22%-
HSV(B)356.31º87.44%87.45%-
XYZ31.2316.673.58-
YUV87.67101.1224.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 76.63%
GREEN value IS 28 (11.33% from 255) = 9.62%
BLUE value IS 40 (16.02% from 255) = 13.75%
R=76.63%
G=9.62%
B=13.75%

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
Decimal223284000.870.820.13356.3177.6949.22
HexDF1C2805752D1644e31
Octal337345001271221554411661
Binary110111111110010100001010111101001011011011001001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1C28; }

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

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

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

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

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

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

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

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