Shades of Cinnabar #DF3724
Tints of Cinnabar #DF3724
RGB
CMYK
RGB Variations
Color information
#DF3724 (or 0xDF3724) is known color: Cinnabar. HEX triplet: DF, 37 and 24. RGB value is (223,55,36). Sum of RGB (Red+Green+Blue) = 223+55+36=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3724 is #20C8DB. Grayscale: #676767. Windows color (decimal): -2148572 or 2373599. OLE color: 2373599.
HSL color Cylindrical-coordinate representation of color #DF3724: hue angle of 6.1º 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 #DF3724 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 36 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.13 |
| HSL | 6.1º | 0.75% | 0.51% | - |
| HSV(B) | 6.1º | 0.84% | 0.87% | - |
| XYZ | 32.12 | 18.55 | 3.56 | - |
| YUV | 103.07 | 90.16 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 36 | 0 | 0.75 | 0.84 | 0.13 | 6.1 | 0.75 | 0.51 |
| Hex | DF | 37 | 24 | 0 | 4B | 54 | D | 6 | 4B | 33 |
| Octal | 337 | 67 | 44 | 0 | 113 | 124 | 15 | 6 | 113 | 63 |
| Binary | 11011111 | 110111 | 100100 | 0 | 1001011 | 1010100 | 1101 | 110 | 1001011 | 110011 |
Color Harmonies of #DF3724
Complementary color
Monochromatic Colors of #DF3724
Black with #DF3724
Text Example
Text Example
White with #DF3724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3724; }
p { color: rgb(223,55,36); }
H1.HeaderClassName
{
color: #DF3724;
}
.AnyTagClassName
{
color: #DF3724;
}
</style>
background-color css
<style>
a { background-color: #DF3724; }
a { background-color: rgb(223,55,36); }
div.DivClassName
{
background-color: #DF3724;
}
.BgClassName
{
background-color: #DF3724;
}
</style>
border-color css
<style>
span { border-color: #DF3724; }
span { border-color: rgb(223,55,36); }
td.TdClassName
{
border-color: #DF3724;
}
.TagClassName
{
border-color: #DF3724;
}
</style>