Shades of Cinnabar #D8432A
Tints of Cinnabar #D8432A
RGB
CMYK
RGB Variations
Color information
#D8432A (or 0xD8432A) is known color: Cinnabar. HEX triplet: D8, 43 and 2A. RGB value is (216,67,42). Sum of RGB (Red+Green+Blue) = 216+67+42=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D8432A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8432A is #27BCD5. Grayscale: #6C6C6C. Windows color (decimal): -2604246 or 2769880. OLE color: 2769880.
HSL color Cylindrical-coordinate representation of color #D8432A: hue angle of 8.62º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8432A is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 42 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.15 |
| HSL | 8.62º | 0.69% | 0.51% | - |
| HSV(B) | 8.62º | 0.81% | 0.85% | - |
| XYZ | 30.74 | 18.78 | 4.2 | - |
| YUV | 108.7 | 90.36 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 42 | 0 | 0.69 | 0.81 | 0.15 | 8.62 | 0.69 | 0.51 |
| Hex | D8 | 43 | 2A | 0 | 45 | 51 | F | 9 | 45 | 33 |
| Octal | 330 | 103 | 52 | 0 | 105 | 121 | 17 | 11 | 105 | 63 |
| Binary | 11011000 | 1000011 | 101010 | 0 | 1000101 | 1010001 | 1111 | 1001 | 1000101 | 110011 |
Color Harmonies of #D8432A
Complementary color
Monochromatic Colors of #D8432A
Black with #D8432A
Text Example
Text Example
White with #D8432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8432A; }
p { color: rgb(216,67,42); }
H1.HeaderClassName
{
color: #D8432A;
}
.AnyTagClassName
{
color: #D8432A;
}
</style>
background-color css
<style>
a { background-color: #D8432A; }
a { background-color: rgb(216,67,42); }
div.DivClassName
{
background-color: #D8432A;
}
.BgClassName
{
background-color: #D8432A;
}
</style>
border-color css
<style>
span { border-color: #D8432A; }
span { border-color: rgb(216,67,42); }
td.TdClassName
{
border-color: #D8432A;
}
.TagClassName
{
border-color: #D8432A;
}
</style>