Shades of Cinnabar #DF3520
Tints of Cinnabar #DF3520
RGB
CMYK
RGB Variations
Color information
#DF3520 (or 0xDF3520) is known color: Cinnabar. HEX triplet: DF, 35 and 20. RGB value is (223,53,32). Sum of RGB (Red+Green+Blue) = 223+53+32=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3520 is #20CADF. Grayscale: #656565. Windows color (decimal): -2149088 or 2110943. OLE color: 2110943.
HSL color Cylindrical-coordinate representation of color #DF3520: hue angle of 6.6º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF3520 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 32 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.13 |
| HSL | 6.6º | 0.75% | 0.5% | - |
| HSV(B) | 6.6º | 0.86% | 0.87% | - |
| XYZ | 31.97 | 18.34 | 3.22 | - |
| YUV | 101.44 | 88.82 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 32 | 0 | 0.76 | 0.86 | 0.13 | 6.6 | 0.75 | 0.5 |
| Hex | DF | 35 | 20 | 0 | 4C | 56 | D | 7 | 4B | 32 |
| Octal | 337 | 65 | 40 | 0 | 114 | 126 | 15 | 7 | 113 | 62 |
| Binary | 11011111 | 110101 | 100000 | 0 | 1001100 | 1010110 | 1101 | 111 | 1001011 | 110010 |
Color Harmonies of #DF3520
Complementary color
Monochromatic Colors of #DF3520
Black with #DF3520
Text Example
Text Example
White with #DF3520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3520; }
p { color: rgb(223,53,32); }
H1.HeaderClassName
{
color: #DF3520;
}
.AnyTagClassName
{
color: #DF3520;
}
</style>
background-color css
<style>
a { background-color: #DF3520; }
a { background-color: rgb(223,53,32); }
div.DivClassName
{
background-color: #DF3520;
}
.BgClassName
{
background-color: #DF3520;
}
</style>
border-color css
<style>
span { border-color: #DF3520; }
span { border-color: rgb(223,53,32); }
td.TdClassName
{
border-color: #DF3520;
}
.TagClassName
{
border-color: #DF3520;
}
</style>