Shades of Cinnabar #DF4C21
Tints of Cinnabar #DF4C21
RGB
CMYK
RGB Variations
Color information
#DF4C21 (or 0xDF4C21) is known color: Cinnabar. HEX triplet: DF, 4C and 21. RGB value is (223,76,33). Sum of RGB (Red+Green+Blue) = 223+76+33=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4C21 is #20B3DE. Grayscale: #737373. Windows color (decimal): -2143199 or 2182367. OLE color: 2182367.
HSL color Cylindrical-coordinate representation of color #DF4C21: hue angle of 13.58º 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 #DF4C21 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 33 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.13 |
| HSL | 13.58º | 0.75% | 0.5% | - |
| HSV(B) | 13.58º | 0.85% | 0.87% | - |
| XYZ | 33.29 | 20.97 | 3.73 | - |
| YUV | 115.05 | 81.7 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 33 | 0 | 0.66 | 0.85 | 0.13 | 13.58 | 0.75 | 0.5 |
| Hex | DF | 4C | 21 | 0 | 42 | 55 | D | E | 4B | 32 |
| Octal | 337 | 114 | 41 | 0 | 102 | 125 | 15 | 16 | 113 | 62 |
| Binary | 11011111 | 1001100 | 100001 | 0 | 1000010 | 1010101 | 1101 | 1110 | 1001011 | 110010 |
Color Harmonies of #DF4C21
Complementary color
Monochromatic Colors of #DF4C21
Black with #DF4C21
Text Example
Text Example
White with #DF4C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4C21; }
p { color: rgb(223,76,33); }
H1.HeaderClassName
{
color: #DF4C21;
}
.AnyTagClassName
{
color: #DF4C21;
}
</style>
background-color css
<style>
a { background-color: #DF4C21; }
a { background-color: rgb(223,76,33); }
div.DivClassName
{
background-color: #DF4C21;
}
.BgClassName
{
background-color: #DF4C21;
}
</style>
border-color css
<style>
span { border-color: #DF4C21; }
span { border-color: rgb(223,76,33); }
td.TdClassName
{
border-color: #DF4C21;
}
.TagClassName
{
border-color: #DF4C21;
}
</style>