#DB3C20

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

Shades of Cinnabar #DB3C20

Tints of Cinnabar #DB3C20

Color information

#DB3C20 (or 0xDB3C20) is unknown color: approx Cinnabar. HEX triplet: DB, 3C and 20. RGB value is (219,60,32). Sum of RGB (Red+Green+Blue) = 219+60+32=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C20 is #24C3DF. Grayscale: #686868. Windows color (decimal): -2409440 or 2112731. OLE color: 2112731.

HSL color Cylindrical-coordinate representation of color #DB3C20: hue angle of 8.98º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB3C20 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB2196032-
CMYK00.730.850.14
HSL8.98º74.5%49.22%-
HSV(B)8.98º85.39%85.88%-
XYZ31.0918.43.28-
YUV104.3587.18209.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 70.42%
GREEN value IS 60 (23.83% from 255) = 19.29%
BLUE value IS 32 (12.89% from 255) = 10.29%
R=70.42%
G=19.29%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219603200.730.850.148.9874.549.22
HexDB3C2004955E94b31
Octal33374400111125161111361
Binary11011011111100100000010010011010101111010011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3C20; }

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

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

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

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

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

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

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

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