Shades of Cinnabar #D84B2D
Tints of Cinnabar #D84B2D
RGB
CMYK
RGB Variations
Color information
#D84B2D (or 0xD84B2D) is known color: Cinnabar. HEX triplet: D8, 4B and 2D. RGB value is (216,75,45). Sum of RGB (Red+Green+Blue) = 216+75+45=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84B2D is #27B4D2. Grayscale: #727272. Windows color (decimal): -2602195 or 2968536. OLE color: 2968536.
HSL color Cylindrical-coordinate representation of color #D84B2D: hue angle of 10.53º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D84B2D is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 45 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.15 |
| HSL | 10.53º | 0.69% | 0.51% | - |
| HSV(B) | 10.53º | 0.79% | 0.85% | - |
| XYZ | 31.31 | 19.82 | 4.66 | - |
| YUV | 113.74 | 89.21 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 45 | 0 | 0.65 | 0.79 | 0.15 | 10.53 | 0.69 | 0.51 |
| Hex | D8 | 4B | 2D | 0 | 41 | 4F | F | B | 45 | 33 |
| Octal | 330 | 113 | 55 | 0 | 101 | 117 | 17 | 13 | 105 | 63 |
| Binary | 11011000 | 1001011 | 101101 | 0 | 1000001 | 1001111 | 1111 | 1011 | 1000101 | 110011 |
Color Harmonies of #D84B2D
Complementary color
Monochromatic Colors of #D84B2D
Black with #D84B2D
Text Example
Text Example
White with #D84B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B2D; }
p { color: rgb(216,75,45); }
H1.HeaderClassName
{
color: #D84B2D;
}
.AnyTagClassName
{
color: #D84B2D;
}
</style>
background-color css
<style>
a { background-color: #D84B2D; }
a { background-color: rgb(216,75,45); }
div.DivClassName
{
background-color: #D84B2D;
}
.BgClassName
{
background-color: #D84B2D;
}
</style>
border-color css
<style>
span { border-color: #D84B2D; }
span { border-color: rgb(216,75,45); }
td.TdClassName
{
border-color: #D84B2D;
}
.TagClassName
{
border-color: #D84B2D;
}
</style>