Shades of Cinnabar #D84D33
Tints of Cinnabar #D84D33
RGB
CMYK
RGB Variations
Color information
#D84D33 (or 0xD84D33) is known color: Cinnabar. HEX triplet: D8, 4D and 33. RGB value is (216,77,51). Sum of RGB (Red+Green+Blue) = 216+77+51=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D33 is #27B2CC. Grayscale: #737373. Windows color (decimal): -2601677 or 3362264. OLE color: 3362264.
HSL color Cylindrical-coordinate representation of color #D84D33: hue angle of 9.45º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D84D33 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 51 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.15 |
| HSL | 9.45º | 0.68% | 0.52% | - |
| HSV(B) | 9.45º | 0.76% | 0.85% | - |
| XYZ | 31.57 | 20.15 | 5.36 | - |
| YUV | 115.6 | 91.55 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 51 | 0 | 0.64 | 0.76 | 0.15 | 9.45 | 0.68 | 0.52 |
| Hex | D8 | 4D | 33 | 0 | 40 | 4C | F | 9 | 44 | 34 |
| Octal | 330 | 115 | 63 | 0 | 100 | 114 | 17 | 11 | 104 | 64 |
| Binary | 11011000 | 1001101 | 110011 | 0 | 1000000 | 1001100 | 1111 | 1001 | 1000100 | 110100 |
Color Harmonies of #D84D33
Complementary color
Monochromatic Colors of #D84D33
Black with #D84D33
Text Example
Text Example
White with #D84D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D33; }
p { color: rgb(216,77,51); }
H1.HeaderClassName
{
color: #D84D33;
}
.AnyTagClassName
{
color: #D84D33;
}
</style>
background-color css
<style>
a { background-color: #D84D33; }
a { background-color: rgb(216,77,51); }
div.DivClassName
{
background-color: #D84D33;
}
.BgClassName
{
background-color: #D84D33;
}
</style>
border-color css
<style>
span { border-color: #D84D33; }
span { border-color: rgb(216,77,51); }
td.TdClassName
{
border-color: #D84D33;
}
.TagClassName
{
border-color: #D84D33;
}
</style>