Shades of Cinnabar #D84D3D
Tints of Cinnabar #D84D3D
RGB
CMYK
RGB Variations
Color information
#D84D3D (or 0xD84D3D) is known color: Cinnabar. HEX triplet: D8, 4D and 3D. RGB value is (216,77,61). Sum of RGB (Red+Green+Blue) = 216+77+61=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D3D is #27B2C2. Grayscale: #747474. Windows color (decimal): -2601667 or 4017624. OLE color: 4017624.
HSL color Cylindrical-coordinate representation of color #D84D3D: hue angle of 6.19º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D84D3D is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 61 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.15 |
| HSL | 6.19º | 0.67% | 0.54% | - |
| HSV(B) | 6.19º | 0.72% | 0.85% | - |
| XYZ | 31.82 | 20.24 | 6.65 | - |
| YUV | 116.74 | 96.55 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 61 | 0 | 0.64 | 0.72 | 0.15 | 6.19 | 0.67 | 0.54 |
| Hex | D8 | 4D | 3D | 0 | 40 | 48 | F | 6 | 43 | 36 |
| Octal | 330 | 115 | 75 | 0 | 100 | 110 | 17 | 6 | 103 | 66 |
| Binary | 11011000 | 1001101 | 111101 | 0 | 1000000 | 1001000 | 1111 | 110 | 1000011 | 110110 |
Color Harmonies of #D84D3D
Complementary color
Monochromatic Colors of #D84D3D
Black with #D84D3D
Text Example
Text Example
White with #D84D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D3D; }
p { color: rgb(216,77,61); }
H1.HeaderClassName
{
color: #D84D3D;
}
.AnyTagClassName
{
color: #D84D3D;
}
</style>
background-color css
<style>
a { background-color: #D84D3D; }
a { background-color: rgb(216,77,61); }
div.DivClassName
{
background-color: #D84D3D;
}
.BgClassName
{
background-color: #D84D3D;
}
</style>
border-color css
<style>
span { border-color: #D84D3D; }
span { border-color: rgb(216,77,61); }
td.TdClassName
{
border-color: #D84D3D;
}
.TagClassName
{
border-color: #D84D3D;
}
</style>