Shades of Cinnabar #D84523
Tints of Cinnabar #D84523
RGB
CMYK
RGB Variations
Color information
#D84523 (or 0xD84523) is known color: Cinnabar. HEX triplet: D8, 45 and 23. RGB value is (216,69,35). Sum of RGB (Red+Green+Blue) = 216+69+35=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D84523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84523 is #27BADC. Grayscale: #6D6D6D. Windows color (decimal): -2603741 or 2311640. OLE color: 2311640.
HSL color Cylindrical-coordinate representation of color #D84523: hue angle of 11.27º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D84523 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 35 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.15 |
| HSL | 11.27º | 0.72% | 0.49% | - |
| HSV(B) | 11.27º | 0.84% | 0.85% | - |
| XYZ | 30.75 | 18.98 | 3.63 | - |
| YUV | 109.08 | 86.2 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 35 | 0 | 0.68 | 0.84 | 0.15 | 11.27 | 0.72 | 0.49 |
| Hex | D8 | 45 | 23 | 0 | 44 | 54 | F | B | 48 | 31 |
| Octal | 330 | 105 | 43 | 0 | 104 | 124 | 17 | 13 | 110 | 61 |
| Binary | 11011000 | 1000101 | 100011 | 0 | 1000100 | 1010100 | 1111 | 1011 | 1001000 | 110001 |
Color Harmonies of #D84523
Complementary color
Monochromatic Colors of #D84523
Black with #D84523
Text Example
Text Example
White with #D84523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84523; }
p { color: rgb(216,69,35); }
H1.HeaderClassName
{
color: #D84523;
}
.AnyTagClassName
{
color: #D84523;
}
</style>
background-color css
<style>
a { background-color: #D84523; }
a { background-color: rgb(216,69,35); }
div.DivClassName
{
background-color: #D84523;
}
.BgClassName
{
background-color: #D84523;
}
</style>
border-color css
<style>
span { border-color: #D84523; }
span { border-color: rgb(216,69,35); }
td.TdClassName
{
border-color: #D84523;
}
.TagClassName
{
border-color: #D84523;
}
</style>