Shades of Cinnabar #D83A24
Tints of Cinnabar #D83A24
RGB
CMYK
RGB Variations
Color information
#D83A24 (or 0xD83A24) is known color: Cinnabar. HEX triplet: D8, 3A and 24. RGB value is (216,58,36). Sum of RGB (Red+Green+Blue) = 216+58+36=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83A24 is #27C5DB. Grayscale: #666666. Windows color (decimal): -2606556 or 2374360. OLE color: 2374360.
HSL color Cylindrical-coordinate representation of color #D83A24: hue angle of 7.33º 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 #D83A24 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 36 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.15 |
| HSL | 7.33º | 0.71% | 0.49% | - |
| HSV(B) | 7.33º | 0.83% | 0.85% | - |
| XYZ | 30.15 | 17.75 | 3.51 | - |
| YUV | 102.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 36 | 0 | 0.73 | 0.83 | 0.15 | 7.33 | 0.71 | 0.49 |
| Hex | D8 | 3A | 24 | 0 | 49 | 53 | F | 7 | 47 | 31 |
| Octal | 330 | 72 | 44 | 0 | 111 | 123 | 17 | 7 | 107 | 61 |
| Binary | 11011000 | 111010 | 100100 | 0 | 1001001 | 1010011 | 1111 | 111 | 1000111 | 110001 |
Color Harmonies of #D83A24
Complementary color
Monochromatic Colors of #D83A24
Black with #D83A24
Text Example
Text Example
White with #D83A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83A24; }
p { color: rgb(216,58,36); }
H1.HeaderClassName
{
color: #D83A24;
}
.AnyTagClassName
{
color: #D83A24;
}
</style>
background-color css
<style>
a { background-color: #D83A24; }
a { background-color: rgb(216,58,36); }
div.DivClassName
{
background-color: #D83A24;
}
.BgClassName
{
background-color: #D83A24;
}
</style>
border-color css
<style>
span { border-color: #D83A24; }
span { border-color: rgb(216,58,36); }
td.TdClassName
{
border-color: #D83A24;
}
.TagClassName
{
border-color: #D83A24;
}
</style>