Shades of Cinnabar #D9392C
Tints of Cinnabar #D9392C
RGB
CMYK
RGB Variations
Color information
#D9392C (or 0xD9392C) is known color: Cinnabar. HEX triplet: D9, 39 and 2C. RGB value is (217,57,44). Sum of RGB (Red+Green+Blue) = 217+57+44=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D9392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9392C is #26C6D3. Grayscale: #676767. Windows color (decimal): -2541268 or 2898393. OLE color: 2898393.
HSL color Cylindrical-coordinate representation of color #D9392C: hue angle of 4.51º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9392C is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 44 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.15 |
| HSL | 4.51º | 0.69% | 0.51% | - |
| HSV(B) | 4.51º | 0.8% | 0.85% | - |
| XYZ | 30.53 | 17.86 | 4.22 | - |
| YUV | 103.36 | 94.51 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 44 | 0 | 0.74 | 0.80 | 0.15 | 4.51 | 0.69 | 0.51 |
| Hex | D9 | 39 | 2C | 0 | 4A | 50 | F | 5 | 45 | 33 |
| Octal | 331 | 71 | 54 | 0 | 112 | 120 | 17 | 5 | 105 | 63 |
| Binary | 11011001 | 111001 | 101100 | 0 | 1001010 | 1010000 | 1111 | 101 | 1000101 | 110011 |
Color Harmonies of #D9392C
Complementary color
Monochromatic Colors of #D9392C
Black with #D9392C
Text Example
Text Example
White with #D9392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9392C; }
p { color: rgb(217,57,44); }
H1.HeaderClassName
{
color: #D9392C;
}
.AnyTagClassName
{
color: #D9392C;
}
</style>
background-color css
<style>
a { background-color: #D9392C; }
a { background-color: rgb(217,57,44); }
div.DivClassName
{
background-color: #D9392C;
}
.BgClassName
{
background-color: #D9392C;
}
</style>
border-color css
<style>
span { border-color: #D9392C; }
span { border-color: rgb(217,57,44); }
td.TdClassName
{
border-color: #D9392C;
}
.TagClassName
{
border-color: #D9392C;
}
</style>