Shades of Cinnabar #D8432D
Tints of Cinnabar #D8432D
RGB
CMYK
RGB Variations
Color information
#D8432D (or 0xD8432D) is known color: Cinnabar. HEX triplet: D8, 43 and 2D. RGB value is (216,67,45). Sum of RGB (Red+Green+Blue) = 216+67+45=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8432D is #27BCD2. Grayscale: #6D6D6D. Windows color (decimal): -2604243 or 2966488. OLE color: 2966488.
HSL color Cylindrical-coordinate representation of color #D8432D: hue angle of 7.72º 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 #D8432D is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 45 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.15 |
| HSL | 7.72º | 0.69% | 0.51% | - |
| HSV(B) | 7.72º | 0.79% | 0.85% | - |
| XYZ | 30.8 | 18.8 | 4.49 | - |
| YUV | 109.04 | 91.86 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 45 | 0 | 0.69 | 0.79 | 0.15 | 7.72 | 0.69 | 0.51 |
| Hex | D8 | 43 | 2D | 0 | 45 | 4F | F | 8 | 45 | 33 |
| Octal | 330 | 103 | 55 | 0 | 105 | 117 | 17 | 10 | 105 | 63 |
| Binary | 11011000 | 1000011 | 101101 | 0 | 1000101 | 1001111 | 1111 | 1000 | 1000101 | 110011 |
Color Harmonies of #D8432D
Complementary color
Monochromatic Colors of #D8432D
Black with #D8432D
Text Example
Text Example
White with #D8432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8432D; }
p { color: rgb(216,67,45); }
H1.HeaderClassName
{
color: #D8432D;
}
.AnyTagClassName
{
color: #D8432D;
}
</style>
background-color css
<style>
a { background-color: #D8432D; }
a { background-color: rgb(216,67,45); }
div.DivClassName
{
background-color: #D8432D;
}
.BgClassName
{
background-color: #D8432D;
}
</style>
border-color css
<style>
span { border-color: #D8432D; }
span { border-color: rgb(216,67,45); }
td.TdClassName
{
border-color: #D8432D;
}
.TagClassName
{
border-color: #D8432D;
}
</style>