Shades of Cinnabar #DF4321
Tints of Cinnabar #DF4321
RGB
CMYK
RGB Variations
Color information
#DF4321 (or 0xDF4321) is known color: Cinnabar. HEX triplet: DF, 43 and 21. RGB value is (223,67,33). Sum of RGB (Red+Green+Blue) = 223+67+33=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4321 is #20BCDE. Grayscale: #6E6E6E. Windows color (decimal): -2145503 or 2180063. OLE color: 2180063.
HSL color Cylindrical-coordinate representation of color #DF4321: hue angle of 10.74º 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 #DF4321 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 33 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.13 |
| HSL | 10.74º | 0.75% | 0.5% | - |
| HSV(B) | 10.74º | 0.85% | 0.87% | - |
| XYZ | 32.71 | 19.81 | 3.54 | - |
| YUV | 109.77 | 84.68 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 33 | 0 | 0.70 | 0.85 | 0.13 | 10.74 | 0.75 | 0.5 |
| Hex | DF | 43 | 21 | 0 | 46 | 55 | D | B | 4B | 32 |
| Octal | 337 | 103 | 41 | 0 | 106 | 125 | 15 | 13 | 113 | 62 |
| Binary | 11011111 | 1000011 | 100001 | 0 | 1000110 | 1010101 | 1101 | 1011 | 1001011 | 110010 |
Color Harmonies of #DF4321
Complementary color
Monochromatic Colors of #DF4321
Black with #DF4321
Text Example
Text Example
White with #DF4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4321; }
p { color: rgb(223,67,33); }
H1.HeaderClassName
{
color: #DF4321;
}
.AnyTagClassName
{
color: #DF4321;
}
</style>
background-color css
<style>
a { background-color: #DF4321; }
a { background-color: rgb(223,67,33); }
div.DivClassName
{
background-color: #DF4321;
}
.BgClassName
{
background-color: #DF4321;
}
</style>
border-color css
<style>
span { border-color: #DF4321; }
span { border-color: rgb(223,67,33); }
td.TdClassName
{
border-color: #DF4321;
}
.TagClassName
{
border-color: #DF4321;
}
</style>