Shades of Cinnabar #D8403B
Tints of Cinnabar #D8403B
RGB
CMYK
RGB Variations
Color information
#D8403B (or 0xD8403B) is known color: Cinnabar. HEX triplet: D8, 40 and 3B. RGB value is (216,64,59). Sum of RGB (Red+Green+Blue) = 216+64+59=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D8403B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8403B is #27BFC4. Grayscale: #6D6D6D. Windows color (decimal): -2604997 or 3883224. OLE color: 3883224.
HSL color Cylindrical-coordinate representation of color #D8403B: hue angle of 1.91º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8403B is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 59 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.15 |
| HSL | 1.91º | 0.67% | 0.54% | - |
| HSV(B) | 1.91º | 0.73% | 0.85% | - |
| XYZ | 30.94 | 18.58 | 6.09 | - |
| YUV | 108.88 | 99.86 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 59 | 0 | 0.70 | 0.73 | 0.15 | 1.91 | 0.67 | 0.54 |
| Hex | D8 | 40 | 3B | 0 | 46 | 49 | F | 2 | 43 | 36 |
| Octal | 330 | 100 | 73 | 0 | 106 | 111 | 17 | 2 | 103 | 66 |
| Binary | 11011000 | 1000000 | 111011 | 0 | 1000110 | 1001001 | 1111 | 10 | 1000011 | 110110 |
Color Harmonies of #D8403B
Complementary color
Monochromatic Colors of #D8403B
Black with #D8403B
Text Example
Text Example
White with #D8403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8403B; }
p { color: rgb(216,64,59); }
H1.HeaderClassName
{
color: #D8403B;
}
.AnyTagClassName
{
color: #D8403B;
}
</style>
background-color css
<style>
a { background-color: #D8403B; }
a { background-color: rgb(216,64,59); }
div.DivClassName
{
background-color: #D8403B;
}
.BgClassName
{
background-color: #D8403B;
}
</style>
border-color css
<style>
span { border-color: #D8403B; }
span { border-color: rgb(216,64,59); }
td.TdClassName
{
border-color: #D8403B;
}
.TagClassName
{
border-color: #D8403B;
}
</style>