Shades of Cinnabar #DC492B
Tints of Cinnabar #DC492B
RGB
CMYK
RGB Variations
Color information
#DC492B (or 0xDC492B) is known color: Cinnabar. HEX triplet: DC, 49 and 2B. RGB value is (220,73,43). Sum of RGB (Red+Green+Blue) = 220+73+43=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC492B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC492B is #23B6D4. Grayscale: #717171. Windows color (decimal): -2340565 or 2836956. OLE color: 2836956.
HSL color Cylindrical-coordinate representation of color #DC492B: hue angle of 10.17º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC492B is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 43 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.14 |
| HSL | 10.17º | 0.72% | 0.52% | - |
| HSV(B) | 10.17º | 0.8% | 0.86% | - |
| XYZ | 32.33 | 20.16 | 4.47 | - |
| YUV | 113.53 | 88.2 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 43 | 0 | 0.67 | 0.80 | 0.14 | 10.17 | 0.72 | 0.52 |
| Hex | DC | 49 | 2B | 0 | 43 | 50 | E | A | 48 | 34 |
| Octal | 334 | 111 | 53 | 0 | 103 | 120 | 16 | 12 | 110 | 64 |
| Binary | 11011100 | 1001001 | 101011 | 0 | 1000011 | 1010000 | 1110 | 1010 | 1001000 | 110100 |
Color Harmonies of #DC492B
Complementary color
Monochromatic Colors of #DC492B
Black with #DC492B
Text Example
Text Example
White with #DC492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC492B; }
p { color: rgb(220,73,43); }
H1.HeaderClassName
{
color: #DC492B;
}
.AnyTagClassName
{
color: #DC492B;
}
</style>
background-color css
<style>
a { background-color: #DC492B; }
a { background-color: rgb(220,73,43); }
div.DivClassName
{
background-color: #DC492B;
}
.BgClassName
{
background-color: #DC492B;
}
</style>
border-color css
<style>
span { border-color: #DC492B; }
span { border-color: rgb(220,73,43); }
td.TdClassName
{
border-color: #DC492B;
}
.TagClassName
{
border-color: #DC492B;
}
</style>