Shades of Cinnabar #D9442B
Tints of Cinnabar #D9442B
RGB
CMYK
RGB Variations
Color information
#D9442B (or 0xD9442B) is known color: Cinnabar. HEX triplet: D9, 44 and 2B. RGB value is (217,68,43). Sum of RGB (Red+Green+Blue) = 217+68+43=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D9442B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9442B is #26BBD4. Grayscale: #6D6D6D. Windows color (decimal): -2538453 or 2835673. OLE color: 2835673.
HSL color Cylindrical-coordinate representation of color #D9442B: hue angle of 8.62º 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 #D9442B is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 43 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.15 |
| HSL | 8.62º | 0.7% | 0.51% | - |
| HSV(B) | 8.62º | 0.8% | 0.85% | - |
| XYZ | 31.12 | 19.06 | 4.32 | - |
| YUV | 109.7 | 90.36 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 43 | 0 | 0.69 | 0.80 | 0.15 | 8.62 | 0.7 | 0.51 |
| Hex | D9 | 44 | 2B | 0 | 45 | 50 | F | 9 | 46 | 33 |
| Octal | 331 | 104 | 53 | 0 | 105 | 120 | 17 | 11 | 106 | 63 |
| Binary | 11011001 | 1000100 | 101011 | 0 | 1000101 | 1010000 | 1111 | 1001 | 1000110 | 110011 |
Color Harmonies of #D9442B
Complementary color
Monochromatic Colors of #D9442B
Black with #D9442B
Text Example
Text Example
White with #D9442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9442B; }
p { color: rgb(217,68,43); }
H1.HeaderClassName
{
color: #D9442B;
}
.AnyTagClassName
{
color: #D9442B;
}
</style>
background-color css
<style>
a { background-color: #D9442B; }
a { background-color: rgb(217,68,43); }
div.DivClassName
{
background-color: #D9442B;
}
.BgClassName
{
background-color: #D9442B;
}
</style>
border-color css
<style>
span { border-color: #D9442B; }
span { border-color: rgb(217,68,43); }
td.TdClassName
{
border-color: #D9442B;
}
.TagClassName
{
border-color: #D9442B;
}
</style>