Shades of Cinnabar #D84D3A
Tints of Cinnabar #D84D3A
RGB
CMYK
RGB Variations
Color information
#D84D3A (or 0xD84D3A) is known color: Cinnabar. HEX triplet: D8, 4D and 3A. RGB value is (216,77,58). Sum of RGB (Red+Green+Blue) = 216+77+58=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D3A is #27B2C5. Grayscale: #747474. Windows color (decimal): -2601670 or 3821016. OLE color: 3821016.
HSL color Cylindrical-coordinate representation of color #D84D3A: hue angle of 7.22º 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 #D84D3A is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 58 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.15 |
| HSL | 7.22º | 0.67% | 0.54% | - |
| HSV(B) | 7.22º | 0.73% | 0.85% | - |
| XYZ | 31.74 | 20.21 | 6.23 | - |
| YUV | 116.4 | 95.05 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 58 | 0 | 0.64 | 0.73 | 0.15 | 7.22 | 0.67 | 0.54 |
| Hex | D8 | 4D | 3A | 0 | 40 | 49 | F | 7 | 43 | 36 |
| Octal | 330 | 115 | 72 | 0 | 100 | 111 | 17 | 7 | 103 | 66 |
| Binary | 11011000 | 1001101 | 111010 | 0 | 1000000 | 1001001 | 1111 | 111 | 1000011 | 110110 |
Color Harmonies of #D84D3A
Complementary color
Monochromatic Colors of #D84D3A
Black with #D84D3A
Text Example
Text Example
White with #D84D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D3A; }
p { color: rgb(216,77,58); }
H1.HeaderClassName
{
color: #D84D3A;
}
.AnyTagClassName
{
color: #D84D3A;
}
</style>
background-color css
<style>
a { background-color: #D84D3A; }
a { background-color: rgb(216,77,58); }
div.DivClassName
{
background-color: #D84D3A;
}
.BgClassName
{
background-color: #D84D3A;
}
</style>
border-color css
<style>
span { border-color: #D84D3A; }
span { border-color: rgb(216,77,58); }
td.TdClassName
{
border-color: #D84D3A;
}
.TagClassName
{
border-color: #D84D3A;
}
</style>