#DC493B

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

Shades of Cinnabar #DC493B

Tints of Cinnabar #DC493B

Color information

#DC493B (or 0xDC493B) is unknown color: approx Cinnabar. HEX triplet: DC, 49 and 3B. RGB value is (220,73,59). Sum of RGB (Red+Green+Blue) = 220+73+59=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC493B is #23B6C4. Grayscale: #737373. Windows color (decimal): -2340549 or 3885532. OLE color: 3885532.

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

Color convert

RGB2207359-
CMYK00.670.730.14
HSL5.22º69.7%54.71%-
HSV(B)5.22º73.18%86.27%-
XYZ32.6920.36.33-
YUV115.3696.2202.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 62.5%
GREEN value IS 73 (28.91% from 255) = 20.74%
BLUE value IS 59 (23.44% from 255) = 16.76%
R=62.5%
G=20.74%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220735900.670.730.145.2269.754.71
HexDC493B04349E54637
Octal33411173010311116510667
Binary11011100100100111101101000011100100111101011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC493B; }

 p { color: rgb(220,73,59); }

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

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

 a { background-color: rgb(220,73,59); }

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

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

 span { border-color: rgb(220,73,59); }

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