Shades of Cinnabar #D83F2F
Tints of Cinnabar #D83F2F
RGB
CMYK
RGB Variations
Color information
#D83F2F (or 0xD83F2F) is known color: Cinnabar. HEX triplet: D8, 3F and 2F. RGB value is (216,63,47). Sum of RGB (Red+Green+Blue) = 216+63+47=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F2F is #27C0D0. Grayscale: #6B6B6B. Windows color (decimal): -2605265 or 3096536. OLE color: 3096536.
HSL color Cylindrical-coordinate representation of color #D83F2F: hue angle of 5.68º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D83F2F is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 47 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.15 |
| HSL | 5.68º | 0.68% | 0.52% | - |
| HSV(B) | 5.68º | 0.78% | 0.85% | - |
| XYZ | 30.61 | 18.36 | 4.62 | - |
| YUV | 106.92 | 94.19 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 47 | 0 | 0.71 | 0.78 | 0.15 | 5.68 | 0.68 | 0.52 |
| Hex | D8 | 3F | 2F | 0 | 47 | 4E | F | 6 | 44 | 34 |
| Octal | 330 | 77 | 57 | 0 | 107 | 116 | 17 | 6 | 104 | 64 |
| Binary | 11011000 | 111111 | 101111 | 0 | 1000111 | 1001110 | 1111 | 110 | 1000100 | 110100 |
Color Harmonies of #D83F2F
Complementary color
Monochromatic Colors of #D83F2F
Black with #D83F2F
Text Example
Text Example
White with #D83F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F2F; }
p { color: rgb(216,63,47); }
H1.HeaderClassName
{
color: #D83F2F;
}
.AnyTagClassName
{
color: #D83F2F;
}
</style>
background-color css
<style>
a { background-color: #D83F2F; }
a { background-color: rgb(216,63,47); }
div.DivClassName
{
background-color: #D83F2F;
}
.BgClassName
{
background-color: #D83F2F;
}
</style>
border-color css
<style>
span { border-color: #D83F2F; }
span { border-color: rgb(216,63,47); }
td.TdClassName
{
border-color: #D83F2F;
}
.TagClassName
{
border-color: #D83F2F;
}
</style>