Shades of Cinnabar #D84D3B
Tints of Cinnabar #D84D3B
RGB
CMYK
RGB Variations
Color information
#D84D3B (or 0xD84D3B) is known color: Cinnabar. HEX triplet: D8, 4D and 3B. RGB value is (216,77,59). Sum of RGB (Red+Green+Blue) = 216+77+59=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D3B is #27B2C4. Grayscale: #747474. Windows color (decimal): -2601669 or 3886552. OLE color: 3886552.
HSL color Cylindrical-coordinate representation of color #D84D3B: hue angle of 6.88º 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 #D84D3B is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 59 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.15 |
| HSL | 6.88º | 0.67% | 0.54% | - |
| HSV(B) | 6.88º | 0.73% | 0.85% | - |
| XYZ | 31.76 | 20.22 | 6.37 | - |
| YUV | 116.51 | 95.55 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 59 | 0 | 0.64 | 0.73 | 0.15 | 6.88 | 0.67 | 0.54 |
| Hex | D8 | 4D | 3B | 0 | 40 | 49 | F | 7 | 43 | 36 |
| Octal | 330 | 115 | 73 | 0 | 100 | 111 | 17 | 7 | 103 | 66 |
| Binary | 11011000 | 1001101 | 111011 | 0 | 1000000 | 1001001 | 1111 | 111 | 1000011 | 110110 |
Color Harmonies of #D84D3B
Complementary color
Monochromatic Colors of #D84D3B
Black with #D84D3B
Text Example
Text Example
White with #D84D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D3B; }
p { color: rgb(216,77,59); }
H1.HeaderClassName
{
color: #D84D3B;
}
.AnyTagClassName
{
color: #D84D3B;
}
</style>
background-color css
<style>
a { background-color: #D84D3B; }
a { background-color: rgb(216,77,59); }
div.DivClassName
{
background-color: #D84D3B;
}
.BgClassName
{
background-color: #D84D3B;
}
</style>
border-color css
<style>
span { border-color: #D84D3B; }
span { border-color: rgb(216,77,59); }
td.TdClassName
{
border-color: #D84D3B;
}
.TagClassName
{
border-color: #D84D3B;
}
</style>