Shades of Cinnabar #DF3421
Tints of Cinnabar #DF3421
RGB
CMYK
RGB Variations
Color information
#DF3421 (or 0xDF3421) is known color: Cinnabar. HEX triplet: DF, 34 and 21. RGB value is (223,52,33). Sum of RGB (Red+Green+Blue) = 223+52+33=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3421 is #20CBDE. Grayscale: #656565. Windows color (decimal): -2149343 or 2176223. OLE color: 2176223.
HSL color Cylindrical-coordinate representation of color #DF3421: hue angle of 6º 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 #DF3421 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 33 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.13 |
| HSL | 6º | 0.75% | 0.5% | - |
| HSV(B) | 6º | 0.85% | 0.87% | - |
| XYZ | 31.93 | 18.25 | 3.28 | - |
| YUV | 100.96 | 89.65 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 33 | 0 | 0.77 | 0.85 | 0.13 | 6 | 0.75 | 0.5 |
| Hex | DF | 34 | 21 | 0 | 4D | 55 | D | 6 | 4B | 32 |
| Octal | 337 | 64 | 41 | 0 | 115 | 125 | 15 | 6 | 113 | 62 |
| Binary | 11011111 | 110100 | 100001 | 0 | 1001101 | 1010101 | 1101 | 110 | 1001011 | 110010 |
Color Harmonies of #DF3421
Complementary color
Monochromatic Colors of #DF3421
Black with #DF3421
Text Example
Text Example
White with #DF3421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3421; }
p { color: rgb(223,52,33); }
H1.HeaderClassName
{
color: #DF3421;
}
.AnyTagClassName
{
color: #DF3421;
}
</style>
background-color css
<style>
a { background-color: #DF3421; }
a { background-color: rgb(223,52,33); }
div.DivClassName
{
background-color: #DF3421;
}
.BgClassName
{
background-color: #DF3421;
}
</style>
border-color css
<style>
span { border-color: #DF3421; }
span { border-color: rgb(223,52,33); }
td.TdClassName
{
border-color: #DF3421;
}
.TagClassName
{
border-color: #DF3421;
}
</style>