#DF3220

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

Shades of Cinnabar #DF3220

Tints of Cinnabar #DF3220

Color information

#DF3220 (or 0xDF3220) is unknown color: approx Cinnabar. HEX triplet: DF, 32 and 20. RGB value is (223,50,32). Sum of RGB (Red+Green+Blue) = 223+50+32=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3220 is #20CDDF. Grayscale: #636363. Windows color (decimal): -2149856 or 2110175. OLE color: 2110175.

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

Color convert

RGB2235032-
CMYK00.780.860.13
HSL5.65º74.9%50%-
HSV(B)5.65º85.65%87.45%-
XYZ31.8318.073.18-
YUV99.6789.81215.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 73.11%
GREEN value IS 50 (19.92% from 255) = 16.39%
BLUE value IS 32 (12.89% from 255) = 10.49%
R=73.11%
G=16.39%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223503200.780.860.135.6574.950
HexDF322004E56D64b32
Octal3376240011612615611362
Binary1101111111001010000001001110101011011011101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3220; }

 p { color: rgb(223,50,32); }

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

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

 a { background-color: rgb(223,50,32); }

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

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

 span { border-color: rgb(223,50,32); }

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