Shades of Cinnabar #D8452A
Tints of Cinnabar #D8452A
RGB
CMYK
RGB Variations
Color information
#D8452A (or 0xD8452A) is known color: Cinnabar. HEX triplet: D8, 45 and 2A. RGB value is (216,69,42). Sum of RGB (Red+Green+Blue) = 216+69+42=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8452A is #27BAD5. Grayscale: #6E6E6E. Windows color (decimal): -2603734 or 2770392. OLE color: 2770392.
HSL color Cylindrical-coordinate representation of color #D8452A: hue angle of 9.31º 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 #D8452A is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 42 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.15 |
| HSL | 9.31º | 0.69% | 0.51% | - |
| HSV(B) | 9.31º | 0.81% | 0.85% | - |
| XYZ | 30.86 | 19.02 | 4.24 | - |
| YUV | 109.88 | 89.7 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 42 | 0 | 0.68 | 0.81 | 0.15 | 9.31 | 0.69 | 0.51 |
| Hex | D8 | 45 | 2A | 0 | 44 | 51 | F | 9 | 45 | 33 |
| Octal | 330 | 105 | 52 | 0 | 104 | 121 | 17 | 11 | 105 | 63 |
| Binary | 11011000 | 1000101 | 101010 | 0 | 1000100 | 1010001 | 1111 | 1001 | 1000101 | 110011 |
Color Harmonies of #D8452A
Complementary color
Monochromatic Colors of #D8452A
Black with #D8452A
Text Example
Text Example
White with #D8452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8452A; }
p { color: rgb(216,69,42); }
H1.HeaderClassName
{
color: #D8452A;
}
.AnyTagClassName
{
color: #D8452A;
}
</style>
background-color css
<style>
a { background-color: #D8452A; }
a { background-color: rgb(216,69,42); }
div.DivClassName
{
background-color: #D8452A;
}
.BgClassName
{
background-color: #D8452A;
}
</style>
border-color css
<style>
span { border-color: #D8452A; }
span { border-color: rgb(216,69,42); }
td.TdClassName
{
border-color: #D8452A;
}
.TagClassName
{
border-color: #D8452A;
}
</style>