Shades of Cinnabar #DF3424
Tints of Cinnabar #DF3424
RGB
CMYK
RGB Variations
Color information
#DF3424 (or 0xDF3424) is known color: Cinnabar. HEX triplet: DF, 34 and 24. RGB value is (223,52,36). Sum of RGB (Red+Green+Blue) = 223+52+36=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3424 is #20CBDB. Grayscale: #656565. Windows color (decimal): -2149340 or 2372831. OLE color: 2372831.
HSL color Cylindrical-coordinate representation of color #DF3424: hue angle of 5.13º 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 #DF3424 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 36 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.13 |
| HSL | 5.13º | 0.75% | 0.51% | - |
| HSV(B) | 5.13º | 0.84% | 0.87% | - |
| XYZ | 31.98 | 18.27 | 3.51 | - |
| YUV | 101.31 | 91.15 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 36 | 0 | 0.77 | 0.84 | 0.13 | 5.13 | 0.75 | 0.51 |
| Hex | DF | 34 | 24 | 0 | 4D | 54 | D | 5 | 4B | 33 |
| Octal | 337 | 64 | 44 | 0 | 115 | 124 | 15 | 5 | 113 | 63 |
| Binary | 11011111 | 110100 | 100100 | 0 | 1001101 | 1010100 | 1101 | 101 | 1001011 | 110011 |
Color Harmonies of #DF3424
Complementary color
Monochromatic Colors of #DF3424
Black with #DF3424
Text Example
Text Example
White with #DF3424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3424; }
p { color: rgb(223,52,36); }
H1.HeaderClassName
{
color: #DF3424;
}
.AnyTagClassName
{
color: #DF3424;
}
</style>
background-color css
<style>
a { background-color: #DF3424; }
a { background-color: rgb(223,52,36); }
div.DivClassName
{
background-color: #DF3424;
}
.BgClassName
{
background-color: #DF3424;
}
</style>
border-color css
<style>
span { border-color: #DF3424; }
span { border-color: rgb(223,52,36); }
td.TdClassName
{
border-color: #DF3424;
}
.TagClassName
{
border-color: #DF3424;
}
</style>