#DF3539

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

Shades of Alizarin #DF3539

Tints of Alizarin #DF3539

Color information

#DF3539 (or 0xDF3539) is unknown color: approx Alizarin. HEX triplet: DF, 35 and 39. RGB value is (223,53,57). Sum of RGB (Red+Green+Blue) = 223+53+57=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3539 is #20CAC6. Grayscale: #686868. Windows color (decimal): -2149063 or 3749343. OLE color: 3749343.

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

Color convert

RGB2235357-
CMYK00.760.740.13
HSL358.59º72.65%54.12%-
HSV(B)358.59º76.23%87.45%-
XYZ32.4418.535.74-
YUV104.29101.32212.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 66.97%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 57 (22.66% from 255) = 17.12%
R=66.97%
G=15.92%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223535700.760.740.13358.5972.6554.12
HexDF353904C4AD1674936
Octal337657101141121554711166
Binary1101111111010111100101001100100101011011011001111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3539; }

 p { color: rgb(223,53,57); }

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

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

 a { background-color: rgb(223,53,57); }

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

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

 span { border-color: rgb(223,53,57); }

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