#DF3335

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

Shades of Alizarin #DF3335

Tints of Alizarin #DF3335

Color information

#DF3335 (or 0xDF3335) is unknown color: approx Alizarin. HEX triplet: DF, 33 and 35. RGB value is (223,51,53). Sum of RGB (Red+Green+Blue) = 223+51+53=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3335 is #20CCCA. Grayscale: #666666. Windows color (decimal): -2149579 or 3486687. OLE color: 3486687.

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

Color convert

RGB2235153-
CMYK00.770.760.13
HSL359.3º72.88%53.73%-
HSV(B)359.3º77.13%87.45%-
XYZ32.2618.315.2-
YUV102.6699.98213.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 68.20%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 53 (21.09% from 255) = 16.21%
R=68.20%
G=15.60%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223515300.770.760.13359.372.8853.73
HexDF333504D4CD1674936
Octal337636501151141554711166
Binary1101111111001111010101001101100110011011011001111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3335; }

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

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

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

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

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

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

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

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