Shades of Cinnabar #D9392B
Tints of Cinnabar #D9392B
RGB
CMYK
RGB Variations
Color information
#D9392B (or 0xD9392B) is known color: Cinnabar. HEX triplet: D9, 39 and 2B. RGB value is (217,57,43). Sum of RGB (Red+Green+Blue) = 217+57+43=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D9392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9392B is #26C6D4. Grayscale: #676767. Windows color (decimal): -2541269 or 2832857. OLE color: 2832857.
HSL color Cylindrical-coordinate representation of color #D9392B: hue angle of 4.83º degrees, saturation: 0.7, 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 #D9392B is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 43 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.15 |
| HSL | 4.83º | 0.7% | 0.51% | - |
| HSV(B) | 4.83º | 0.8% | 0.85% | - |
| XYZ | 30.51 | 17.85 | 4.12 | - |
| YUV | 103.24 | 94.01 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 43 | 0 | 0.74 | 0.80 | 0.15 | 4.83 | 0.7 | 0.51 |
| Hex | D9 | 39 | 2B | 0 | 4A | 50 | F | 5 | 46 | 33 |
| Octal | 331 | 71 | 53 | 0 | 112 | 120 | 17 | 5 | 106 | 63 |
| Binary | 11011001 | 111001 | 101011 | 0 | 1001010 | 1010000 | 1111 | 101 | 1000110 | 110011 |
Color Harmonies of #D9392B
Complementary color
Monochromatic Colors of #D9392B
Black with #D9392B
Text Example
Text Example
White with #D9392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9392B; }
p { color: rgb(217,57,43); }
H1.HeaderClassName
{
color: #D9392B;
}
.AnyTagClassName
{
color: #D9392B;
}
</style>
background-color css
<style>
a { background-color: #D9392B; }
a { background-color: rgb(217,57,43); }
div.DivClassName
{
background-color: #D9392B;
}
.BgClassName
{
background-color: #D9392B;
}
</style>
border-color css
<style>
span { border-color: #D9392B; }
span { border-color: rgb(217,57,43); }
td.TdClassName
{
border-color: #D9392B;
}
.TagClassName
{
border-color: #D9392B;
}
</style>