#DF3033

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

Shades of Alizarin #DF3033

Tints of Alizarin #DF3033

Color information

#DF3033 (or 0xDF3033) is unknown color: approx Alizarin. HEX triplet: DF, 30 and 33. RGB value is (223,48,51). Sum of RGB (Red+Green+Blue) = 223+48+51=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3033 is #20CFCC. Grayscale: #646464. Windows color (decimal): -2150349 or 3354847. OLE color: 3354847.

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

Color convert

RGB2234851-
CMYK00.780.770.13
HSL358.97º73.22%53.14%-
HSV(B)358.97º78.48%87.45%-
XYZ32.0918.044.92-
YUV100.6799.98215.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 69.25%
GREEN value IS 48 (19.14% from 255) = 14.91%
BLUE value IS 51 (20.31% from 255) = 15.84%
R=69.25%
G=14.91%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223485100.780.770.13358.9773.2253.14
HexDF303304E4DD1674935
Octal337606301161151554711165
Binary1101111111000011001101001110100110111011011001111001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3033; }

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

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

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

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

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

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

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

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