Shades of Cinnabar #D83B2F
Tints of Cinnabar #D83B2F
RGB
CMYK
RGB Variations
Color information
#D83B2F (or 0xD83B2F) is known color: Cinnabar. HEX triplet: D8, 3B and 2F. RGB value is (216,59,47). Sum of RGB (Red+Green+Blue) = 216+59+47=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83B2F is #27C4D0. Grayscale: #686868. Windows color (decimal): -2606289 or 3095512. OLE color: 3095512.
HSL color Cylindrical-coordinate representation of color #D83B2F: hue angle of 4.26º 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 #D83B2F is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 47 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.15 |
| HSL | 4.26º | 0.68% | 0.52% | - |
| HSV(B) | 4.26º | 0.78% | 0.85% | - |
| XYZ | 30.4 | 17.93 | 4.55 | - |
| YUV | 104.58 | 95.51 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 47 | 0 | 0.73 | 0.78 | 0.15 | 4.26 | 0.68 | 0.52 |
| Hex | D8 | 3B | 2F | 0 | 49 | 4E | F | 4 | 44 | 34 |
| Octal | 330 | 73 | 57 | 0 | 111 | 116 | 17 | 4 | 104 | 64 |
| Binary | 11011000 | 111011 | 101111 | 0 | 1001001 | 1001110 | 1111 | 100 | 1000100 | 110100 |
Color Harmonies of #D83B2F
Complementary color
Monochromatic Colors of #D83B2F
Black with #D83B2F
Text Example
Text Example
White with #D83B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83B2F; }
p { color: rgb(216,59,47); }
H1.HeaderClassName
{
color: #D83B2F;
}
.AnyTagClassName
{
color: #D83B2F;
}
</style>
background-color css
<style>
a { background-color: #D83B2F; }
a { background-color: rgb(216,59,47); }
div.DivClassName
{
background-color: #D83B2F;
}
.BgClassName
{
background-color: #D83B2F;
}
</style>
border-color css
<style>
span { border-color: #D83B2F; }
span { border-color: rgb(216,59,47); }
td.TdClassName
{
border-color: #D83B2F;
}
.TagClassName
{
border-color: #D83B2F;
}
</style>