#DF333D

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

Shades of Alizarin #DF333D

Tints of Alizarin #DF333D

Color information

#DF333D (or 0xDF333D) is unknown color: approx Alizarin. HEX triplet: DF, 33 and 3D. RGB value is (223,51,61). Sum of RGB (Red+Green+Blue) = 223+51+61=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF333D is #20CCC2. Grayscale: #676767. Windows color (decimal): -2149571 or 4010975. OLE color: 4010975.

HSL color Cylindrical-coordinate representation of color #DF333D: hue angle of 356.51º 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 #DF333D is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB2235161-
CMYK00.770.730.13
HSL356.51º72.88%53.73%-
HSV(B)356.51º77.13%87.45%-
XYZ32.4618.396.25-
YUV103.57103.98213.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 66.57%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=66.57%
G=15.22%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223516100.770.730.13356.5172.8853.73
HexDF333D04D49D1654936
Octal337637501151111554511166
Binary1101111111001111110101001101100100111011011001011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF333D; }

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

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

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

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

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

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

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

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