Shades of Cinnabar #D8442D
Tints of Cinnabar #D8442D
RGB
CMYK
RGB Variations
Color information
#D8442D (or 0xD8442D) is known color: Cinnabar. HEX triplet: D8, 44 and 2D. RGB value is (216,68,45). Sum of RGB (Red+Green+Blue) = 216+68+45=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8442D is #27BBD2. Grayscale: #6D6D6D. Windows color (decimal): -2603987 or 2966744. OLE color: 2966744.
HSL color Cylindrical-coordinate representation of color #D8442D: hue angle of 8.07º 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 #D8442D is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 45 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.15 |
| HSL | 8.07º | 0.69% | 0.51% | - |
| HSV(B) | 8.07º | 0.79% | 0.85% | - |
| XYZ | 30.86 | 18.92 | 4.51 | - |
| YUV | 109.63 | 91.53 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 45 | 0 | 0.69 | 0.79 | 0.15 | 8.07 | 0.69 | 0.51 |
| Hex | D8 | 44 | 2D | 0 | 45 | 4F | F | 8 | 45 | 33 |
| Octal | 330 | 104 | 55 | 0 | 105 | 117 | 17 | 10 | 105 | 63 |
| Binary | 11011000 | 1000100 | 101101 | 0 | 1000101 | 1001111 | 1111 | 1000 | 1000101 | 110011 |
Color Harmonies of #D8442D
Complementary color
Monochromatic Colors of #D8442D
Black with #D8442D
Text Example
Text Example
White with #D8442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8442D; }
p { color: rgb(216,68,45); }
H1.HeaderClassName
{
color: #D8442D;
}
.AnyTagClassName
{
color: #D8442D;
}
</style>
background-color css
<style>
a { background-color: #D8442D; }
a { background-color: rgb(216,68,45); }
div.DivClassName
{
background-color: #D8442D;
}
.BgClassName
{
background-color: #D8442D;
}
</style>
border-color css
<style>
span { border-color: #D8442D; }
span { border-color: rgb(216,68,45); }
td.TdClassName
{
border-color: #D8442D;
}
.TagClassName
{
border-color: #D8442D;
}
</style>