Shades of Cinnabar #D8463C
Tints of Cinnabar #D8463C
RGB
CMYK
RGB Variations
Color information
#D8463C (or 0xD8463C) is known color: Cinnabar. HEX triplet: D8, 46 and 3C. RGB value is (216,70,60). Sum of RGB (Red+Green+Blue) = 216+70+60=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8463C is #27B9C3. Grayscale: #707070. Windows color (decimal): -2603460 or 3950296. OLE color: 3950296.
HSL color Cylindrical-coordinate representation of color #D8463C: hue angle of 3.85º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8463C is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 60 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.15 |
| HSL | 3.85º | 0.67% | 0.54% | - |
| HSV(B) | 3.85º | 0.72% | 0.85% | - |
| XYZ | 31.32 | 19.31 | 6.35 | - |
| YUV | 112.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 60 | 0 | 0.68 | 0.72 | 0.15 | 3.85 | 0.67 | 0.54 |
| Hex | D8 | 46 | 3C | 0 | 44 | 48 | F | 4 | 43 | 36 |
| Octal | 330 | 106 | 74 | 0 | 104 | 110 | 17 | 4 | 103 | 66 |
| Binary | 11011000 | 1000110 | 111100 | 0 | 1000100 | 1001000 | 1111 | 100 | 1000011 | 110110 |
Color Harmonies of #D8463C
Complementary color
Monochromatic Colors of #D8463C
Black with #D8463C
Text Example
Text Example
White with #D8463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8463C; }
p { color: rgb(216,70,60); }
H1.HeaderClassName
{
color: #D8463C;
}
.AnyTagClassName
{
color: #D8463C;
}
</style>
background-color css
<style>
a { background-color: #D8463C; }
a { background-color: rgb(216,70,60); }
div.DivClassName
{
background-color: #D8463C;
}
.BgClassName
{
background-color: #D8463C;
}
</style>
border-color css
<style>
span { border-color: #D8463C; }
span { border-color: rgb(216,70,60); }
td.TdClassName
{
border-color: #D8463C;
}
.TagClassName
{
border-color: #D8463C;
}
</style>