Shades of Cinnabar #D83F3A
Tints of Cinnabar #D83F3A
RGB
CMYK
RGB Variations
Color information
#D83F3A (or 0xD83F3A) is known color: Cinnabar. HEX triplet: D8, 3F and 3A. RGB value is (216,63,58). Sum of RGB (Red+Green+Blue) = 216+63+58=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F3A is #27C0C5. Grayscale: #6C6C6C. Windows color (decimal): -2605254 or 3817432. OLE color: 3817432.
HSL color Cylindrical-coordinate representation of color #D83F3A: hue angle of 1.9º 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 #D83F3A is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 58 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.15 |
| HSL | 1.9º | 0.67% | 0.54% | - |
| HSV(B) | 1.9º | 0.73% | 0.85% | - |
| XYZ | 30.86 | 18.46 | 5.94 | - |
| YUV | 108.18 | 99.69 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 58 | 0 | 0.71 | 0.73 | 0.15 | 1.9 | 0.67 | 0.54 |
| Hex | D8 | 3F | 3A | 0 | 47 | 49 | F | 2 | 43 | 36 |
| Octal | 330 | 77 | 72 | 0 | 107 | 111 | 17 | 2 | 103 | 66 |
| Binary | 11011000 | 111111 | 111010 | 0 | 1000111 | 1001001 | 1111 | 10 | 1000011 | 110110 |
Color Harmonies of #D83F3A
Complementary color
Monochromatic Colors of #D83F3A
Black with #D83F3A
Text Example
Text Example
White with #D83F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F3A; }
p { color: rgb(216,63,58); }
H1.HeaderClassName
{
color: #D83F3A;
}
.AnyTagClassName
{
color: #D83F3A;
}
</style>
background-color css
<style>
a { background-color: #D83F3A; }
a { background-color: rgb(216,63,58); }
div.DivClassName
{
background-color: #D83F3A;
}
.BgClassName
{
background-color: #D83F3A;
}
</style>
border-color css
<style>
span { border-color: #D83F3A; }
span { border-color: rgb(216,63,58); }
td.TdClassName
{
border-color: #D83F3A;
}
.TagClassName
{
border-color: #D83F3A;
}
</style>