Shades of Cinnabar #D84531
Tints of Cinnabar #D84531
RGB
CMYK
RGB Variations
Color information
#D84531 (or 0xD84531) is known color: Cinnabar. HEX triplet: D8, 45 and 31. RGB value is (216,69,49). Sum of RGB (Red+Green+Blue) = 216+69+49=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D84531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84531 is #27BACE. Grayscale: #6E6E6E. Windows color (decimal): -2603727 or 3229144. OLE color: 3229144.
HSL color Cylindrical-coordinate representation of color #D84531: hue angle of 7.19º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D84531 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 49 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.15 |
| HSL | 7.19º | 0.68% | 0.52% | - |
| HSV(B) | 7.19º | 0.77% | 0.85% | - |
| XYZ | 31 | 19.08 | 4.95 | - |
| YUV | 110.67 | 93.2 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 49 | 0 | 0.68 | 0.77 | 0.15 | 7.19 | 0.68 | 0.52 |
| Hex | D8 | 45 | 31 | 0 | 44 | 4D | F | 7 | 44 | 34 |
| Octal | 330 | 105 | 61 | 0 | 104 | 115 | 17 | 7 | 104 | 64 |
| Binary | 11011000 | 1000101 | 110001 | 0 | 1000100 | 1001101 | 1111 | 111 | 1000100 | 110100 |
Color Harmonies of #D84531
Complementary color
Monochromatic Colors of #D84531
Black with #D84531
Text Example
Text Example
White with #D84531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84531; }
p { color: rgb(216,69,49); }
H1.HeaderClassName
{
color: #D84531;
}
.AnyTagClassName
{
color: #D84531;
}
</style>
background-color css
<style>
a { background-color: #D84531; }
a { background-color: rgb(216,69,49); }
div.DivClassName
{
background-color: #D84531;
}
.BgClassName
{
background-color: #D84531;
}
</style>
border-color css
<style>
span { border-color: #D84531; }
span { border-color: rgb(216,69,49); }
td.TdClassName
{
border-color: #D84531;
}
.TagClassName
{
border-color: #D84531;
}
</style>