Shades of Cinnabar #D84D2F
Tints of Cinnabar #D84D2F
RGB
CMYK
RGB Variations
Color information
#D84D2F (or 0xD84D2F) is known color: Cinnabar. HEX triplet: D8, 4D and 2F. RGB value is (216,77,47). Sum of RGB (Red+Green+Blue) = 216+77+47=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D2F is #27B2D0. Grayscale: #737373. Windows color (decimal): -2601681 or 3100120. OLE color: 3100120.
HSL color Cylindrical-coordinate representation of color #D84D2F: hue angle of 10.65º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D84D2F is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 47 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.15 |
| HSL | 10.65º | 0.68% | 0.52% | - |
| HSV(B) | 10.65º | 0.78% | 0.85% | - |
| XYZ | 31.49 | 20.11 | 4.91 | - |
| YUV | 115.14 | 89.55 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 47 | 0 | 0.64 | 0.78 | 0.15 | 10.65 | 0.68 | 0.52 |
| Hex | D8 | 4D | 2F | 0 | 40 | 4E | F | B | 44 | 34 |
| Octal | 330 | 115 | 57 | 0 | 100 | 116 | 17 | 13 | 104 | 64 |
| Binary | 11011000 | 1001101 | 101111 | 0 | 1000000 | 1001110 | 1111 | 1011 | 1000100 | 110100 |
Color Harmonies of #D84D2F
Complementary color
Monochromatic Colors of #D84D2F
Black with #D84D2F
Text Example
Text Example
White with #D84D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D2F; }
p { color: rgb(216,77,47); }
H1.HeaderClassName
{
color: #D84D2F;
}
.AnyTagClassName
{
color: #D84D2F;
}
</style>
background-color css
<style>
a { background-color: #D84D2F; }
a { background-color: rgb(216,77,47); }
div.DivClassName
{
background-color: #D84D2F;
}
.BgClassName
{
background-color: #D84D2F;
}
</style>
border-color css
<style>
span { border-color: #D84D2F; }
span { border-color: rgb(216,77,47); }
td.TdClassName
{
border-color: #D84D2F;
}
.TagClassName
{
border-color: #D84D2F;
}
</style>