Shades of Cinnabar #D8413F
Tints of Cinnabar #D8413F
RGB
CMYK
RGB Variations
Color information
#D8413F (or 0xD8413F) is known color: Cinnabar. HEX triplet: D8, 41 and 3F. RGB value is (216,65,63). Sum of RGB (Red+Green+Blue) = 216+65+63=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D8413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8413F is #27BEC0. Grayscale: #6E6E6E. Windows color (decimal): -2604737 or 4145624. OLE color: 4145624.
HSL color Cylindrical-coordinate representation of color #D8413F: hue angle of 0.78º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8413F is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 63 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.15 |
| HSL | 0.78º | 0.66% | 0.55% | - |
| HSV(B) | 0.78º | 0.71% | 0.85% | - |
| XYZ | 31.11 | 18.74 | 6.68 | - |
| YUV | 109.92 | 101.53 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 63 | 0 | 0.70 | 0.71 | 0.15 | 0.78 | 0.66 | 0.55 |
| Hex | D8 | 41 | 3F | 0 | 46 | 47 | F | 1 | 42 | 37 |
| Octal | 330 | 101 | 77 | 0 | 106 | 107 | 17 | 1 | 102 | 67 |
| Binary | 11011000 | 1000001 | 111111 | 0 | 1000110 | 1000111 | 1111 | 1 | 1000010 | 110111 |
Color Harmonies of #D8413F
Complementary color
Monochromatic Colors of #D8413F
Black with #D8413F
Text Example
Text Example
White with #D8413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8413F; }
p { color: rgb(216,65,63); }
H1.HeaderClassName
{
color: #D8413F;
}
.AnyTagClassName
{
color: #D8413F;
}
</style>
background-color css
<style>
a { background-color: #D8413F; }
a { background-color: rgb(216,65,63); }
div.DivClassName
{
background-color: #D8413F;
}
.BgClassName
{
background-color: #D8413F;
}
</style>
border-color css
<style>
span { border-color: #D8413F; }
span { border-color: rgb(216,65,63); }
td.TdClassName
{
border-color: #D8413F;
}
.TagClassName
{
border-color: #D8413F;
}
</style>