Shades of Cinnabar #D83C3B
Tints of Cinnabar #D83C3B
RGB
CMYK
RGB Variations
Color information
#D83C3B (or 0xD83C3B) is known color: Cinnabar. HEX triplet: D8, 3C and 3B. RGB value is (216,60,59). Sum of RGB (Red+Green+Blue) = 216+60+59=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83C3B is #27C3C4. Grayscale: #6A6A6A. Windows color (decimal): -2606021 or 3882200. OLE color: 3882200.
HSL color Cylindrical-coordinate representation of color #D83C3B: hue angle of 0.38º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D83C3B is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 59 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.15 |
| HSL | 0.38º | 0.67% | 0.54% | - |
| HSV(B) | 0.38º | 0.73% | 0.85% | - |
| XYZ | 30.72 | 18.15 | 6.02 | - |
| YUV | 106.53 | 101.18 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 59 | 0 | 0.72 | 0.73 | 0.15 | 0.38 | 0.67 | 0.54 |
| Hex | D8 | 3C | 3B | 0 | 48 | 49 | F | 0 | 43 | 36 |
| Octal | 330 | 74 | 73 | 0 | 110 | 111 | 17 | 0 | 103 | 66 |
| Binary | 11011000 | 111100 | 111011 | 0 | 1001000 | 1001001 | 1111 | 0 | 1000011 | 110110 |
Color Harmonies of #D83C3B
Complementary color
Monochromatic Colors of #D83C3B
Black with #D83C3B
Text Example
Text Example
White with #D83C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C3B; }
p { color: rgb(216,60,59); }
H1.HeaderClassName
{
color: #D83C3B;
}
.AnyTagClassName
{
color: #D83C3B;
}
</style>
background-color css
<style>
a { background-color: #D83C3B; }
a { background-color: rgb(216,60,59); }
div.DivClassName
{
background-color: #D83C3B;
}
.BgClassName
{
background-color: #D83C3B;
}
</style>
border-color css
<style>
span { border-color: #D83C3B; }
span { border-color: rgb(216,60,59); }
td.TdClassName
{
border-color: #D83C3B;
}
.TagClassName
{
border-color: #D83C3B;
}
</style>