Shades of Cinnabar #DF3521
Tints of Cinnabar #DF3521
RGB
CMYK
RGB Variations
Color information
#DF3521 (or 0xDF3521) is known color: Cinnabar. HEX triplet: DF, 35 and 21. RGB value is (223,53,33). Sum of RGB (Red+Green+Blue) = 223+53+33=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3521 is #20CADE. Grayscale: #656565. Windows color (decimal): -2149087 or 2176479. OLE color: 2176479.
HSL color Cylindrical-coordinate representation of color #DF3521: hue angle of 6.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF3521 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 33 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.13 |
| HSL | 6.32º | 0.75% | 0.5% | - |
| HSV(B) | 6.32º | 0.85% | 0.87% | - |
| XYZ | 31.98 | 18.34 | 3.29 | - |
| YUV | 101.55 | 89.32 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 33 | 0 | 0.76 | 0.85 | 0.13 | 6.32 | 0.75 | 0.5 |
| Hex | DF | 35 | 21 | 0 | 4C | 55 | D | 6 | 4B | 32 |
| Octal | 337 | 65 | 41 | 0 | 114 | 125 | 15 | 6 | 113 | 62 |
| Binary | 11011111 | 110101 | 100001 | 0 | 1001100 | 1010101 | 1101 | 110 | 1001011 | 110010 |
Color Harmonies of #DF3521
Complementary color
Monochromatic Colors of #DF3521
Black with #DF3521
Text Example
Text Example
White with #DF3521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3521; }
p { color: rgb(223,53,33); }
H1.HeaderClassName
{
color: #DF3521;
}
.AnyTagClassName
{
color: #DF3521;
}
</style>
background-color css
<style>
a { background-color: #DF3521; }
a { background-color: rgb(223,53,33); }
div.DivClassName
{
background-color: #DF3521;
}
.BgClassName
{
background-color: #DF3521;
}
</style>
border-color css
<style>
span { border-color: #DF3521; }
span { border-color: rgb(223,53,33); }
td.TdClassName
{
border-color: #DF3521;
}
.TagClassName
{
border-color: #DF3521;
}
</style>