Shades of Cinnabar #D8492D
Tints of Cinnabar #D8492D
RGB
CMYK
RGB Variations
Color information
#D8492D (or 0xD8492D) is known color: Cinnabar. HEX triplet: D8, 49 and 2D. RGB value is (216,73,45). Sum of RGB (Red+Green+Blue) = 216+73+45=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D8492D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8492D is #27B6D2. Grayscale: #707070. Windows color (decimal): -2602707 or 2968024. OLE color: 2968024.
HSL color Cylindrical-coordinate representation of color #D8492D: hue angle of 9.82º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8492D is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 73 | 45 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.15 |
| HSL | 9.82º | 0.69% | 0.51% | - |
| HSV(B) | 9.82º | 0.79% | 0.85% | - |
| XYZ | 31.18 | 19.55 | 4.61 | - |
| YUV | 112.57 | 89.88 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 73 | 45 | 0 | 0.66 | 0.79 | 0.15 | 9.82 | 0.69 | 0.51 |
| Hex | D8 | 49 | 2D | 0 | 42 | 4F | F | A | 45 | 33 |
| Octal | 330 | 111 | 55 | 0 | 102 | 117 | 17 | 12 | 105 | 63 |
| Binary | 11011000 | 1001001 | 101101 | 0 | 1000010 | 1001111 | 1111 | 1010 | 1000101 | 110011 |
Color Harmonies of #D8492D
Complementary color
Monochromatic Colors of #D8492D
Black with #D8492D
Text Example
Text Example
White with #D8492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8492D; }
p { color: rgb(216,73,45); }
H1.HeaderClassName
{
color: #D8492D;
}
.AnyTagClassName
{
color: #D8492D;
}
</style>
background-color css
<style>
a { background-color: #D8492D; }
a { background-color: rgb(216,73,45); }
div.DivClassName
{
background-color: #D8492D;
}
.BgClassName
{
background-color: #D8492D;
}
</style>
border-color css
<style>
span { border-color: #D8492D; }
span { border-color: rgb(216,73,45); }
td.TdClassName
{
border-color: #D8492D;
}
.TagClassName
{
border-color: #D8492D;
}
</style>