Shades of Cinnabar #D84C38
Tints of Cinnabar #D84C38
RGB
CMYK
RGB Variations
Color information
#D84C38 (or 0xD84C38) is known color: Cinnabar. HEX triplet: D8, 4C and 38. RGB value is (216,76,56). Sum of RGB (Red+Green+Blue) = 216+76+56=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C38 is #27B3C7. Grayscale: #737373. Windows color (decimal): -2601928 or 3689688. OLE color: 3689688.
HSL color Cylindrical-coordinate representation of color #D84C38: hue angle of 7.5º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D84C38 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 56 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.15 |
| HSL | 7.5º | 0.67% | 0.53% | - |
| HSV(B) | 7.5º | 0.74% | 0.85% | - |
| XYZ | 31.62 | 20.05 | 5.95 | - |
| YUV | 115.58 | 94.38 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 56 | 0 | 0.65 | 0.74 | 0.15 | 7.5 | 0.67 | 0.53 |
| Hex | D8 | 4C | 38 | 0 | 41 | 4A | F | 8 | 43 | 35 |
| Octal | 330 | 114 | 70 | 0 | 101 | 112 | 17 | 10 | 103 | 65 |
| Binary | 11011000 | 1001100 | 111000 | 0 | 1000001 | 1001010 | 1111 | 1000 | 1000011 | 110101 |
Color Harmonies of #D84C38
Complementary color
Monochromatic Colors of #D84C38
Black with #D84C38
Text Example
Text Example
White with #D84C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C38; }
p { color: rgb(216,76,56); }
H1.HeaderClassName
{
color: #D84C38;
}
.AnyTagClassName
{
color: #D84C38;
}
</style>
background-color css
<style>
a { background-color: #D84C38; }
a { background-color: rgb(216,76,56); }
div.DivClassName
{
background-color: #D84C38;
}
.BgClassName
{
background-color: #D84C38;
}
</style>
border-color css
<style>
span { border-color: #D84C38; }
span { border-color: rgb(216,76,56); }
td.TdClassName
{
border-color: #D84C38;
}
.TagClassName
{
border-color: #D84C38;
}
</style>