Shades of Cinnabar #D8403A
Tints of Cinnabar #D8403A
RGB
CMYK
RGB Variations
Color information
#D8403A (or 0xD8403A) is known color: Cinnabar. HEX triplet: D8, 40 and 3A. RGB value is (216,64,58). Sum of RGB (Red+Green+Blue) = 216+64+58=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D8403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8403A is #27BFC5. Grayscale: #6C6C6C. Windows color (decimal): -2604998 or 3817688. OLE color: 3817688.
HSL color Cylindrical-coordinate representation of color #D8403A: hue angle of 2.28º 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 #D8403A is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 58 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.15 |
| HSL | 2.28º | 0.67% | 0.54% | - |
| HSV(B) | 2.28º | 0.73% | 0.85% | - |
| XYZ | 30.92 | 18.57 | 5.96 | - |
| YUV | 108.76 | 99.36 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 58 | 0 | 0.70 | 0.73 | 0.15 | 2.28 | 0.67 | 0.54 |
| Hex | D8 | 40 | 3A | 0 | 46 | 49 | F | 2 | 43 | 36 |
| Octal | 330 | 100 | 72 | 0 | 106 | 111 | 17 | 2 | 103 | 66 |
| Binary | 11011000 | 1000000 | 111010 | 0 | 1000110 | 1001001 | 1111 | 10 | 1000011 | 110110 |
Color Harmonies of #D8403A
Complementary color
Monochromatic Colors of #D8403A
Black with #D8403A
Text Example
Text Example
White with #D8403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8403A; }
p { color: rgb(216,64,58); }
H1.HeaderClassName
{
color: #D8403A;
}
.AnyTagClassName
{
color: #D8403A;
}
</style>
background-color css
<style>
a { background-color: #D8403A; }
a { background-color: rgb(216,64,58); }
div.DivClassName
{
background-color: #D8403A;
}
.BgClassName
{
background-color: #D8403A;
}
</style>
border-color css
<style>
span { border-color: #D8403A; }
span { border-color: rgb(216,64,58); }
td.TdClassName
{
border-color: #D8403A;
}
.TagClassName
{
border-color: #D8403A;
}
</style>