Shades of Cinnabar #D84C3B
Tints of Cinnabar #D84C3B
RGB
CMYK
RGB Variations
Color information
#D84C3B (or 0xD84C3B) is known color: Cinnabar. HEX triplet: D8, 4C and 3B. RGB value is (216,76,59). Sum of RGB (Red+Green+Blue) = 216+76+59=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C3B is #27B3C4. Grayscale: #747474. Windows color (decimal): -2601925 or 3886296. OLE color: 3886296.
HSL color Cylindrical-coordinate representation of color #D84C3B: hue angle of 6.5º 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 #D84C3B is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 59 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.15 |
| HSL | 6.5º | 0.67% | 0.54% | - |
| HSV(B) | 6.5º | 0.73% | 0.85% | - |
| XYZ | 31.69 | 20.08 | 6.34 | - |
| YUV | 115.92 | 95.88 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 59 | 0 | 0.65 | 0.73 | 0.15 | 6.5 | 0.67 | 0.54 |
| Hex | D8 | 4C | 3B | 0 | 41 | 49 | F | 6 | 43 | 36 |
| Octal | 330 | 114 | 73 | 0 | 101 | 111 | 17 | 6 | 103 | 66 |
| Binary | 11011000 | 1001100 | 111011 | 0 | 1000001 | 1001001 | 1111 | 110 | 1000011 | 110110 |
Color Harmonies of #D84C3B
Complementary color
Monochromatic Colors of #D84C3B
Black with #D84C3B
Text Example
Text Example
White with #D84C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C3B; }
p { color: rgb(216,76,59); }
H1.HeaderClassName
{
color: #D84C3B;
}
.AnyTagClassName
{
color: #D84C3B;
}
</style>
background-color css
<style>
a { background-color: #D84C3B; }
a { background-color: rgb(216,76,59); }
div.DivClassName
{
background-color: #D84C3B;
}
.BgClassName
{
background-color: #D84C3B;
}
</style>
border-color css
<style>
span { border-color: #D84C3B; }
span { border-color: rgb(216,76,59); }
td.TdClassName
{
border-color: #D84C3B;
}
.TagClassName
{
border-color: #D84C3B;
}
</style>