Shades of Cinnabar #D84D34
Tints of Cinnabar #D84D34
RGB
CMYK
RGB Variations
Color information
#D84D34 (or 0xD84D34) is known color: Cinnabar. HEX triplet: D8, 4D and 34. RGB value is (216,77,52). Sum of RGB (Red+Green+Blue) = 216+77+52=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D34 is #27B2CB. Grayscale: #737373. Windows color (decimal): -2601676 or 3427800. OLE color: 3427800.
HSL color Cylindrical-coordinate representation of color #D84D34: hue angle of 9.15º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D84D34 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 52 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.15 |
| HSL | 9.15º | 0.68% | 0.53% | - |
| HSV(B) | 9.15º | 0.76% | 0.85% | - |
| XYZ | 31.59 | 20.15 | 5.47 | - |
| YUV | 115.71 | 92.05 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 52 | 0 | 0.64 | 0.76 | 0.15 | 9.15 | 0.68 | 0.53 |
| Hex | D8 | 4D | 34 | 0 | 40 | 4C | F | 9 | 44 | 35 |
| Octal | 330 | 115 | 64 | 0 | 100 | 114 | 17 | 11 | 104 | 65 |
| Binary | 11011000 | 1001101 | 110100 | 0 | 1000000 | 1001100 | 1111 | 1001 | 1000100 | 110101 |
Color Harmonies of #D84D34
Complementary color
Monochromatic Colors of #D84D34
Black with #D84D34
Text Example
Text Example
White with #D84D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D34; }
p { color: rgb(216,77,52); }
H1.HeaderClassName
{
color: #D84D34;
}
.AnyTagClassName
{
color: #D84D34;
}
</style>
background-color css
<style>
a { background-color: #D84D34; }
a { background-color: rgb(216,77,52); }
div.DivClassName
{
background-color: #D84D34;
}
.BgClassName
{
background-color: #D84D34;
}
</style>
border-color css
<style>
span { border-color: #D84D34; }
span { border-color: rgb(216,77,52); }
td.TdClassName
{
border-color: #D84D34;
}
.TagClassName
{
border-color: #D84D34;
}
</style>