Shades of Cinnabar #DF3924
Tints of Cinnabar #DF3924
RGB
CMYK
RGB Variations
Color information
#DF3924 (or 0xDF3924) is known color: Cinnabar. HEX triplet: DF, 39 and 24. RGB value is (223,57,36). Sum of RGB (Red+Green+Blue) = 223+57+36=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3924 is #20C6DB. Grayscale: #686868. Windows color (decimal): -2148060 or 2374111. OLE color: 2374111.
HSL color Cylindrical-coordinate representation of color #DF3924: hue angle of 6.74º 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 #DF3924 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 36 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.13 |
| HSL | 6.74º | 0.75% | 0.51% | - |
| HSV(B) | 6.74º | 0.84% | 0.87% | - |
| XYZ | 32.21 | 18.74 | 3.59 | - |
| YUV | 104.24 | 89.5 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 36 | 0 | 0.74 | 0.84 | 0.13 | 6.74 | 0.75 | 0.51 |
| Hex | DF | 39 | 24 | 0 | 4A | 54 | D | 7 | 4B | 33 |
| Octal | 337 | 71 | 44 | 0 | 112 | 124 | 15 | 7 | 113 | 63 |
| Binary | 11011111 | 111001 | 100100 | 0 | 1001010 | 1010100 | 1101 | 111 | 1001011 | 110011 |
Color Harmonies of #DF3924
Complementary color
Monochromatic Colors of #DF3924
Black with #DF3924
Text Example
Text Example
White with #DF3924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3924; }
p { color: rgb(223,57,36); }
H1.HeaderClassName
{
color: #DF3924;
}
.AnyTagClassName
{
color: #DF3924;
}
</style>
background-color css
<style>
a { background-color: #DF3924; }
a { background-color: rgb(223,57,36); }
div.DivClassName
{
background-color: #DF3924;
}
.BgClassName
{
background-color: #DF3924;
}
</style>
border-color css
<style>
span { border-color: #DF3924; }
span { border-color: rgb(223,57,36); }
td.TdClassName
{
border-color: #DF3924;
}
.TagClassName
{
border-color: #DF3924;
}
</style>