Shades of Cinnabar #D83924
Tints of Cinnabar #D83924
RGB
CMYK
RGB Variations
Color information
#D83924 (or 0xD83924) is known color: Cinnabar. HEX triplet: D8, 39 and 24. RGB value is (216,57,36). Sum of RGB (Red+Green+Blue) = 216+57+36=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D83924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83924 is #27C6DB. Grayscale: #666666. Windows color (decimal): -2606812 or 2374104. OLE color: 2374104.
HSL color Cylindrical-coordinate representation of color #D83924: hue angle of 7º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D83924 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 36 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.15 |
| HSL | 7º | 0.71% | 0.49% | - |
| HSV(B) | 7º | 0.83% | 0.85% | - |
| XYZ | 30.1 | 17.65 | 3.49 | - |
| YUV | 102.15 | 90.68 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 36 | 0 | 0.74 | 0.83 | 0.15 | 7 | 0.71 | 0.49 |
| Hex | D8 | 39 | 24 | 0 | 4A | 53 | F | 7 | 47 | 31 |
| Octal | 330 | 71 | 44 | 0 | 112 | 123 | 17 | 7 | 107 | 61 |
| Binary | 11011000 | 111001 | 100100 | 0 | 1001010 | 1010011 | 1111 | 111 | 1000111 | 110001 |
Color Harmonies of #D83924
Complementary color
Monochromatic Colors of #D83924
Black with #D83924
Text Example
Text Example
White with #D83924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83924; }
p { color: rgb(216,57,36); }
H1.HeaderClassName
{
color: #D83924;
}
.AnyTagClassName
{
color: #D83924;
}
</style>
background-color css
<style>
a { background-color: #D83924; }
a { background-color: rgb(216,57,36); }
div.DivClassName
{
background-color: #D83924;
}
.BgClassName
{
background-color: #D83924;
}
</style>
border-color css
<style>
span { border-color: #D83924; }
span { border-color: rgb(216,57,36); }
td.TdClassName
{
border-color: #D83924;
}
.TagClassName
{
border-color: #D83924;
}
</style>