Shades of Cinnabar #DF3224
Tints of Cinnabar #DF3224
RGB
CMYK
RGB Variations
Color information
#DF3224 (or 0xDF3224) is known color: Cinnabar. HEX triplet: DF, 32 and 24. RGB value is (223,50,36). Sum of RGB (Red+Green+Blue) = 223+50+36=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3224 is #20CDDB. Grayscale: #646464. Windows color (decimal): -2149852 or 2372319. OLE color: 2372319.
HSL color Cylindrical-coordinate representation of color #DF3224: hue angle of 4.49º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF3224 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 36 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.13 |
| HSL | 4.49º | 0.75% | 0.51% | - |
| HSV(B) | 4.49º | 0.84% | 0.87% | - |
| XYZ | 31.89 | 18.1 | 3.48 | - |
| YUV | 100.13 | 91.81 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 36 | 0 | 0.78 | 0.84 | 0.13 | 4.49 | 0.75 | 0.51 |
| Hex | DF | 32 | 24 | 0 | 4E | 54 | D | 4 | 4B | 33 |
| Octal | 337 | 62 | 44 | 0 | 116 | 124 | 15 | 4 | 113 | 63 |
| Binary | 11011111 | 110010 | 100100 | 0 | 1001110 | 1010100 | 1101 | 100 | 1001011 | 110011 |
Color Harmonies of #DF3224
Complementary color
Monochromatic Colors of #DF3224
Black with #DF3224
Text Example
Text Example
White with #DF3224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3224; }
p { color: rgb(223,50,36); }
H1.HeaderClassName
{
color: #DF3224;
}
.AnyTagClassName
{
color: #DF3224;
}
</style>
background-color css
<style>
a { background-color: #DF3224; }
a { background-color: rgb(223,50,36); }
div.DivClassName
{
background-color: #DF3224;
}
.BgClassName
{
background-color: #DF3224;
}
</style>
border-color css
<style>
span { border-color: #DF3224; }
span { border-color: rgb(223,50,36); }
td.TdClassName
{
border-color: #DF3224;
}
.TagClassName
{
border-color: #DF3224;
}
</style>