Shades of Cinnabar #DF3122
Tints of Cinnabar #DF3122
RGB
CMYK
RGB Variations
Color information
#DF3122 (or 0xDF3122) is known color: Cinnabar. HEX triplet: DF, 31 and 22. RGB value is (223,49,34). Sum of RGB (Red+Green+Blue) = 223+49+34=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3122 is #20CEDD. Grayscale: #636363. Windows color (decimal): -2150110 or 2240991. OLE color: 2240991.
HSL color Cylindrical-coordinate representation of color #DF3122: hue angle of 4.76º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF3122 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 34 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.13 |
| HSL | 4.76º | 0.75% | 0.5% | - |
| HSV(B) | 4.76º | 0.85% | 0.87% | - |
| XYZ | 31.82 | 18 | 3.31 | - |
| YUV | 99.32 | 91.15 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 34 | 0 | 0.78 | 0.85 | 0.13 | 4.76 | 0.75 | 0.5 |
| Hex | DF | 31 | 22 | 0 | 4E | 55 | D | 5 | 4B | 32 |
| Octal | 337 | 61 | 42 | 0 | 116 | 125 | 15 | 5 | 113 | 62 |
| Binary | 11011111 | 110001 | 100010 | 0 | 1001110 | 1010101 | 1101 | 101 | 1001011 | 110010 |
Color Harmonies of #DF3122
Complementary color
Monochromatic Colors of #DF3122
Black with #DF3122
Text Example
Text Example
White with #DF3122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3122; }
p { color: rgb(223,49,34); }
H1.HeaderClassName
{
color: #DF3122;
}
.AnyTagClassName
{
color: #DF3122;
}
</style>
background-color css
<style>
a { background-color: #DF3122; }
a { background-color: rgb(223,49,34); }
div.DivClassName
{
background-color: #DF3122;
}
.BgClassName
{
background-color: #DF3122;
}
</style>
border-color css
<style>
span { border-color: #DF3122; }
span { border-color: rgb(223,49,34); }
td.TdClassName
{
border-color: #DF3122;
}
.TagClassName
{
border-color: #DF3122;
}
</style>