#DF3C20

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

Shades of Cinnabar #DF3C20

Tints of Cinnabar #DF3C20

Color information

#DF3C20 (or 0xDF3C20) is unknown color: approx Cinnabar. HEX triplet: DF, 3C and 20. RGB value is (223,60,32). Sum of RGB (Red+Green+Blue) = 223+60+32=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3C20 is #20C3DF. Grayscale: #696969. Windows color (decimal): -2147296 or 2112735. OLE color: 2112735.

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

Color convert

RGB2236032-
CMYK00.730.860.13
HSL8.8º74.9%50%-
HSV(B)8.8º85.65%87.45%-
XYZ32.3119.023.34-
YUV105.5486.5211.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 70.79%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 32 (12.89% from 255) = 10.16%
R=70.79%
G=19.05%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223603200.730.860.138.874.950
HexDF3C2004956D94b32
Octal33774400111126151111362
Binary11011111111100100000010010011010110110110011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3C20; }

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

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

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

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

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

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

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

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