Shades of Cinnabar #D9492D
Tints of Cinnabar #D9492D
RGB
CMYK
RGB Variations
Color information
#D9492D (or 0xD9492D) is known color: Cinnabar. HEX triplet: D9, 49 and 2D. RGB value is (217,73,45). Sum of RGB (Red+Green+Blue) = 217+73+45=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D9492D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9492D is #26B6D2. Grayscale: #717171. Windows color (decimal): -2537171 or 2968025. OLE color: 2968025.
HSL color Cylindrical-coordinate representation of color #D9492D: hue angle of 9.77º 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 #D9492D is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 45 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.15 |
| HSL | 9.77º | 0.69% | 0.51% | - |
| HSV(B) | 9.77º | 0.79% | 0.85% | - |
| XYZ | 31.47 | 19.71 | 4.63 | - |
| YUV | 112.86 | 89.71 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 45 | 0 | 0.66 | 0.79 | 0.15 | 9.77 | 0.69 | 0.51 |
| Hex | D9 | 49 | 2D | 0 | 42 | 4F | F | A | 45 | 33 |
| Octal | 331 | 111 | 55 | 0 | 102 | 117 | 17 | 12 | 105 | 63 |
| Binary | 11011001 | 1001001 | 101101 | 0 | 1000010 | 1001111 | 1111 | 1010 | 1000101 | 110011 |
Color Harmonies of #D9492D
Complementary color
Monochromatic Colors of #D9492D
Black with #D9492D
Text Example
Text Example
White with #D9492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9492D; }
p { color: rgb(217,73,45); }
H1.HeaderClassName
{
color: #D9492D;
}
.AnyTagClassName
{
color: #D9492D;
}
</style>
background-color css
<style>
a { background-color: #D9492D; }
a { background-color: rgb(217,73,45); }
div.DivClassName
{
background-color: #D9492D;
}
.BgClassName
{
background-color: #D9492D;
}
</style>
border-color css
<style>
span { border-color: #D9492D; }
span { border-color: rgb(217,73,45); }
td.TdClassName
{
border-color: #D9492D;
}
.TagClassName
{
border-color: #D9492D;
}
</style>