Shades of Cinnabar #D83F31
Tints of Cinnabar #D83F31
RGB
CMYK
RGB Variations
Color information
#D83F31 (or 0xD83F31) is known color: Cinnabar. HEX triplet: D8, 3F and 31. RGB value is (216,63,49). Sum of RGB (Red+Green+Blue) = 216+63+49=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F31 is #27C0CE. Grayscale: #6B6B6B. Windows color (decimal): -2605263 or 3227608. OLE color: 3227608.
HSL color Cylindrical-coordinate representation of color #D83F31: hue angle of 5.03º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D83F31 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 49 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.15 |
| HSL | 5.03º | 0.68% | 0.52% | - |
| HSV(B) | 5.03º | 0.77% | 0.85% | - |
| XYZ | 30.65 | 18.38 | 4.84 | - |
| YUV | 107.15 | 95.19 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 49 | 0 | 0.71 | 0.77 | 0.15 | 5.03 | 0.68 | 0.52 |
| Hex | D8 | 3F | 31 | 0 | 47 | 4D | F | 5 | 44 | 34 |
| Octal | 330 | 77 | 61 | 0 | 107 | 115 | 17 | 5 | 104 | 64 |
| Binary | 11011000 | 111111 | 110001 | 0 | 1000111 | 1001101 | 1111 | 101 | 1000100 | 110100 |
Color Harmonies of #D83F31
Complementary color
Monochromatic Colors of #D83F31
Black with #D83F31
Text Example
Text Example
White with #D83F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F31; }
p { color: rgb(216,63,49); }
H1.HeaderClassName
{
color: #D83F31;
}
.AnyTagClassName
{
color: #D83F31;
}
</style>
background-color css
<style>
a { background-color: #D83F31; }
a { background-color: rgb(216,63,49); }
div.DivClassName
{
background-color: #D83F31;
}
.BgClassName
{
background-color: #D83F31;
}
</style>
border-color css
<style>
span { border-color: #D83F31; }
span { border-color: rgb(216,63,49); }
td.TdClassName
{
border-color: #D83F31;
}
.TagClassName
{
border-color: #D83F31;
}
</style>