Shades of Cinnabar #D83F3B
Tints of Cinnabar #D83F3B
RGB
CMYK
RGB Variations
Color information
#D83F3B (or 0xD83F3B) is known color: Cinnabar. HEX triplet: D8, 3F and 3B. RGB value is (216,63,59). Sum of RGB (Red+Green+Blue) = 216+63+59=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F3B is #27C0C4. Grayscale: #6C6C6C. Windows color (decimal): -2605253 or 3882968. OLE color: 3882968.
HSL color Cylindrical-coordinate representation of color #D83F3B: hue angle of 1.53º 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 #D83F3B is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 59 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.15 |
| HSL | 1.53º | 0.67% | 0.54% | - |
| HSV(B) | 1.53º | 0.73% | 0.85% | - |
| XYZ | 30.89 | 18.47 | 6.07 | - |
| YUV | 108.29 | 100.19 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 59 | 0 | 0.71 | 0.73 | 0.15 | 1.53 | 0.67 | 0.54 |
| Hex | D8 | 3F | 3B | 0 | 47 | 49 | F | 2 | 43 | 36 |
| Octal | 330 | 77 | 73 | 0 | 107 | 111 | 17 | 2 | 103 | 66 |
| Binary | 11011000 | 111111 | 111011 | 0 | 1000111 | 1001001 | 1111 | 10 | 1000011 | 110110 |
Color Harmonies of #D83F3B
Complementary color
Monochromatic Colors of #D83F3B
Black with #D83F3B
Text Example
Text Example
White with #D83F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F3B; }
p { color: rgb(216,63,59); }
H1.HeaderClassName
{
color: #D83F3B;
}
.AnyTagClassName
{
color: #D83F3B;
}
</style>
background-color css
<style>
a { background-color: #D83F3B; }
a { background-color: rgb(216,63,59); }
div.DivClassName
{
background-color: #D83F3B;
}
.BgClassName
{
background-color: #D83F3B;
}
</style>
border-color css
<style>
span { border-color: #D83F3B; }
span { border-color: rgb(216,63,59); }
td.TdClassName
{
border-color: #D83F3B;
}
.TagClassName
{
border-color: #D83F3B;
}
</style>