Shades of Cinnabar #DC493B
Tints of Cinnabar #DC493B
RGB
CMYK
RGB Variations
Color information
#DC493B (or 0xDC493B) is known color: 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
| RGB | 220 | 73 | 59 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.14 |
| HSL | 5.22º | 0.7% | 0.55% | - |
| HSV(B) | 5.22º | 0.73% | 0.86% | - |
| XYZ | 32.69 | 20.3 | 6.33 | - |
| YUV | 115.36 | 96.2 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 59 | 0 | 0.67 | 0.73 | 0.14 | 5.22 | 0.7 | 0.55 |
| Hex | DC | 49 | 3B | 0 | 43 | 49 | E | 5 | 46 | 37 |
| Octal | 334 | 111 | 73 | 0 | 103 | 111 | 16 | 5 | 106 | 67 |
| Binary | 11011100 | 1001001 | 111011 | 0 | 1000011 | 1001001 | 1110 | 101 | 1000110 | 110111 |
Color Harmonies of #DC493B
Complementary color
Monochromatic Colors of #DC493B
Black with #DC493B
Text Example
Text Example
White with #DC493B
Text Example
Text Example
HTML Codes & Css Web 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>