Shades of Cinnabar #D84644
Tints of Cinnabar #D84644
RGB
CMYK
RGB Variations
Color information
#D84644 (or 0xD84644) is known color: Cinnabar. HEX triplet: D8, 46 and 44. RGB value is (216,70,68). Sum of RGB (Red+Green+Blue) = 216+70+68=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D84644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84644 is #27B9BB. Grayscale: #717171. Windows color (decimal): -2603452 or 4474584. OLE color: 4474584.
HSL color Cylindrical-coordinate representation of color #D84644: hue angle of 0.81º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84644 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 68 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.15 |
| HSL | 0.81º | 0.65% | 0.56% | - |
| HSV(B) | 0.81º | 0.69% | 0.85% | - |
| XYZ | 31.55 | 19.4 | 7.55 | - |
| YUV | 113.43 | 102.37 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 68 | 0 | 0.68 | 0.69 | 0.15 | 0.81 | 0.65 | 0.56 |
| Hex | D8 | 46 | 44 | 0 | 44 | 45 | F | 1 | 41 | 38 |
| Octal | 330 | 106 | 104 | 0 | 104 | 105 | 17 | 1 | 101 | 70 |
| Binary | 11011000 | 1000110 | 1000100 | 0 | 1000100 | 1000101 | 1111 | 1 | 1000001 | 111000 |
Color Harmonies of #D84644
Complementary color
Monochromatic Colors of #D84644
Black with #D84644
Text Example
Text Example
White with #D84644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84644; }
p { color: rgb(216,70,68); }
H1.HeaderClassName
{
color: #D84644;
}
.AnyTagClassName
{
color: #D84644;
}
</style>
background-color css
<style>
a { background-color: #D84644; }
a { background-color: rgb(216,70,68); }
div.DivClassName
{
background-color: #D84644;
}
.BgClassName
{
background-color: #D84644;
}
</style>
border-color css
<style>
span { border-color: #D84644; }
span { border-color: rgb(216,70,68); }
td.TdClassName
{
border-color: #D84644;
}
.TagClassName
{
border-color: #D84644;
}
</style>