Shades of Cinnabar #D83F22
Tints of Cinnabar #D83F22
RGB
CMYK
RGB Variations
Color information
#D83F22 (or 0xD83F22) is known color: Cinnabar. HEX triplet: D8, 3F and 22. RGB value is (216,63,34). Sum of RGB (Red+Green+Blue) = 216+63+34=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F22 is #27C0DD. Grayscale: #696969. Windows color (decimal): -2605278 or 2244568. OLE color: 2244568.
HSL color Cylindrical-coordinate representation of color #D83F22: hue angle of 9.56º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D83F22 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 34 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.15 |
| HSL | 9.56º | 0.73% | 0.49% | - |
| HSV(B) | 9.56º | 0.84% | 0.85% | - |
| XYZ | 30.39 | 18.27 | 3.44 | - |
| YUV | 105.44 | 87.69 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 34 | 0 | 0.71 | 0.84 | 0.15 | 9.56 | 0.73 | 0.49 |
| Hex | D8 | 3F | 22 | 0 | 47 | 54 | F | A | 49 | 31 |
| Octal | 330 | 77 | 42 | 0 | 107 | 124 | 17 | 12 | 111 | 61 |
| Binary | 11011000 | 111111 | 100010 | 0 | 1000111 | 1010100 | 1111 | 1010 | 1001001 | 110001 |
Color Harmonies of #D83F22
Complementary color
Monochromatic Colors of #D83F22
Black with #D83F22
Text Example
Text Example
White with #D83F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F22; }
p { color: rgb(216,63,34); }
H1.HeaderClassName
{
color: #D83F22;
}
.AnyTagClassName
{
color: #D83F22;
}
</style>
background-color css
<style>
a { background-color: #D83F22; }
a { background-color: rgb(216,63,34); }
div.DivClassName
{
background-color: #D83F22;
}
.BgClassName
{
background-color: #D83F22;
}
</style>
border-color css
<style>
span { border-color: #D83F22; }
span { border-color: rgb(216,63,34); }
td.TdClassName
{
border-color: #D83F22;
}
.TagClassName
{
border-color: #D83F22;
}
</style>