Shades of Cinnabar #D8463B
Tints of Cinnabar #D8463B
RGB
CMYK
RGB Variations
Color information
#D8463B (or 0xD8463B) is known color: Cinnabar. HEX triplet: D8, 46 and 3B. RGB value is (216,70,59). Sum of RGB (Red+Green+Blue) = 216+70+59=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8463B is #27B9C4. Grayscale: #707070. Windows color (decimal): -2603461 or 3884760. OLE color: 3884760.
HSL color Cylindrical-coordinate representation of color #D8463B: hue angle of 4.2º 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 #D8463B is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 59 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.15 |
| HSL | 4.2º | 0.67% | 0.54% | - |
| HSV(B) | 4.2º | 0.73% | 0.85% | - |
| XYZ | 31.3 | 19.3 | 6.21 | - |
| YUV | 112.4 | 97.87 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 59 | 0 | 0.68 | 0.73 | 0.15 | 4.2 | 0.67 | 0.54 |
| Hex | D8 | 46 | 3B | 0 | 44 | 49 | F | 4 | 43 | 36 |
| Octal | 330 | 106 | 73 | 0 | 104 | 111 | 17 | 4 | 103 | 66 |
| Binary | 11011000 | 1000110 | 111011 | 0 | 1000100 | 1001001 | 1111 | 100 | 1000011 | 110110 |
Color Harmonies of #D8463B
Complementary color
Monochromatic Colors of #D8463B
Black with #D8463B
Text Example
Text Example
White with #D8463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8463B; }
p { color: rgb(216,70,59); }
H1.HeaderClassName
{
color: #D8463B;
}
.AnyTagClassName
{
color: #D8463B;
}
</style>
background-color css
<style>
a { background-color: #D8463B; }
a { background-color: rgb(216,70,59); }
div.DivClassName
{
background-color: #D8463B;
}
.BgClassName
{
background-color: #D8463B;
}
</style>
border-color css
<style>
span { border-color: #D8463B; }
span { border-color: rgb(216,70,59); }
td.TdClassName
{
border-color: #D8463B;
}
.TagClassName
{
border-color: #D8463B;
}
</style>