#df2e40

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

Shades of Alizarin #DF2E40

Tints of Alizarin #DF2E40

Color information

#DF2E40 (or 0xDF2E40) is unknown color: approx Alizarin. HEX triplet: DF, 2E and 40. RGB value is (223,46,64). Sum of RGB (Red+Green+Blue) = 223+46+64=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2E40 is #20D1BF. Grayscale: #656565. Windows color (decimal): -2150848 or 4206303. OLE color: 4206303.

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

Color convert

RGB2234664-
CMYK00.790.710.13
HSL353.9º73.44%52.75%-
HSV(B)353.9º79.37%87.45%-
XYZ32.3318.016.62-
YUV100.98107.14215.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 66.97%
GREEN value IS 46 (18.36% from 255) = 13.81%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=66.97%
G=13.81%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223466400.790.710.13353.973.4452.75
HexDF2E4004F47D1624935
Octal3375610001171071554211165
Binary11011111101110100000001001111100011111011011000101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df2e40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df2e40; }

 p { color: rgb(223,46,64); }

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

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

 a { background-color: rgb(223,46,64); }

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

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

 span { border-color: rgb(223,46,64); }

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