Shades of Cinnabar #D83B2C
Tints of Cinnabar #D83B2C
RGB
CMYK
RGB Variations
Color information
#D83B2C (or 0xD83B2C) is known color: Cinnabar. HEX triplet: D8, 3B and 2C. RGB value is (216,59,44). Sum of RGB (Red+Green+Blue) = 216+59+44=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83B2C is #27C4D3. Grayscale: #686868. Windows color (decimal): -2606292 or 2898904. OLE color: 2898904.
HSL color Cylindrical-coordinate representation of color #D83B2C: hue angle of 5.23º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D83B2C is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 44 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.15 |
| HSL | 5.23º | 0.69% | 0.51% | - |
| HSV(B) | 5.23º | 0.8% | 0.85% | - |
| XYZ | 30.34 | 17.91 | 4.24 | - |
| YUV | 104.23 | 94.01 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 44 | 0 | 0.73 | 0.80 | 0.15 | 5.23 | 0.69 | 0.51 |
| Hex | D8 | 3B | 2C | 0 | 49 | 50 | F | 5 | 45 | 33 |
| Octal | 330 | 73 | 54 | 0 | 111 | 120 | 17 | 5 | 105 | 63 |
| Binary | 11011000 | 111011 | 101100 | 0 | 1001001 | 1010000 | 1111 | 101 | 1000101 | 110011 |
Color Harmonies of #D83B2C
Complementary color
Monochromatic Colors of #D83B2C
Black with #D83B2C
Text Example
Text Example
White with #D83B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83B2C; }
p { color: rgb(216,59,44); }
H1.HeaderClassName
{
color: #D83B2C;
}
.AnyTagClassName
{
color: #D83B2C;
}
</style>
background-color css
<style>
a { background-color: #D83B2C; }
a { background-color: rgb(216,59,44); }
div.DivClassName
{
background-color: #D83B2C;
}
.BgClassName
{
background-color: #D83B2C;
}
</style>
border-color css
<style>
span { border-color: #D83B2C; }
span { border-color: rgb(216,59,44); }
td.TdClassName
{
border-color: #D83B2C;
}
.TagClassName
{
border-color: #D83B2C;
}
</style>