Shades of Cinnabar #D83B37
Tints of Cinnabar #D83B37
RGB
CMYK
RGB Variations
Color information
#D83B37 (or 0xD83B37) is known color: Cinnabar. HEX triplet: D8, 3B and 37. RGB value is (216,59,55). Sum of RGB (Red+Green+Blue) = 216+59+55=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83B37 is #27C4C8. Grayscale: #696969. Windows color (decimal): -2606281 or 3619800. OLE color: 3619800.
HSL color Cylindrical-coordinate representation of color #D83B37: hue angle of 1.49º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D83B37 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 55 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.15 |
| HSL | 1.49º | 0.67% | 0.53% | - |
| HSV(B) | 1.49º | 0.75% | 0.85% | - |
| XYZ | 30.57 | 18 | 5.48 | - |
| YUV | 105.49 | 99.51 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 55 | 0 | 0.73 | 0.75 | 0.15 | 1.49 | 0.67 | 0.53 |
| Hex | D8 | 3B | 37 | 0 | 49 | 4B | F | 1 | 43 | 35 |
| Octal | 330 | 73 | 67 | 0 | 111 | 113 | 17 | 1 | 103 | 65 |
| Binary | 11011000 | 111011 | 110111 | 0 | 1001001 | 1001011 | 1111 | 1 | 1000011 | 110101 |
Color Harmonies of #D83B37
Complementary color
Monochromatic Colors of #D83B37
Black with #D83B37
Text Example
Text Example
White with #D83B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83B37; }
p { color: rgb(216,59,55); }
H1.HeaderClassName
{
color: #D83B37;
}
.AnyTagClassName
{
color: #D83B37;
}
</style>
background-color css
<style>
a { background-color: #D83B37; }
a { background-color: rgb(216,59,55); }
div.DivClassName
{
background-color: #D83B37;
}
.BgClassName
{
background-color: #D83B37;
}
</style>
border-color css
<style>
span { border-color: #D83B37; }
span { border-color: rgb(216,59,55); }
td.TdClassName
{
border-color: #D83B37;
}
.TagClassName
{
border-color: #D83B37;
}
</style>