Shades of Cinnabar #D83F2C
Tints of Cinnabar #D83F2C
RGB
CMYK
RGB Variations
Color information
#D83F2C (or 0xD83F2C) is known color: Cinnabar. HEX triplet: D8, 3F and 2C. RGB value is (216,63,44). Sum of RGB (Red+Green+Blue) = 216+63+44=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F2C is #27C0D3. Grayscale: #6A6A6A. Windows color (decimal): -2605268 or 2899928. OLE color: 2899928.
HSL color Cylindrical-coordinate representation of color #D83F2C: hue angle of 6.63º 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 #D83F2C is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 44 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.15 |
| HSL | 6.63º | 0.69% | 0.51% | - |
| HSV(B) | 6.63º | 0.8% | 0.85% | - |
| XYZ | 30.55 | 18.34 | 4.31 | - |
| YUV | 106.58 | 92.69 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 44 | 0 | 0.71 | 0.80 | 0.15 | 6.63 | 0.69 | 0.51 |
| Hex | D8 | 3F | 2C | 0 | 47 | 50 | F | 7 | 45 | 33 |
| Octal | 330 | 77 | 54 | 0 | 107 | 120 | 17 | 7 | 105 | 63 |
| Binary | 11011000 | 111111 | 101100 | 0 | 1000111 | 1010000 | 1111 | 111 | 1000101 | 110011 |
Color Harmonies of #D83F2C
Complementary color
Monochromatic Colors of #D83F2C
Black with #D83F2C
Text Example
Text Example
White with #D83F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F2C; }
p { color: rgb(216,63,44); }
H1.HeaderClassName
{
color: #D83F2C;
}
.AnyTagClassName
{
color: #D83F2C;
}
</style>
background-color css
<style>
a { background-color: #D83F2C; }
a { background-color: rgb(216,63,44); }
div.DivClassName
{
background-color: #D83F2C;
}
.BgClassName
{
background-color: #D83F2C;
}
</style>
border-color css
<style>
span { border-color: #D83F2C; }
span { border-color: rgb(216,63,44); }
td.TdClassName
{
border-color: #D83F2C;
}
.TagClassName
{
border-color: #D83F2C;
}
</style>