Shades of Cinnabar #DF472D
Tints of Cinnabar #DF472D
RGB
CMYK
RGB Variations
Color information
#DF472D (or 0xDF472D) is known color: Cinnabar. HEX triplet: DF, 47 and 2D. RGB value is (223,71,45). Sum of RGB (Red+Green+Blue) = 223+71+45=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF472D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF472D is #20B8D2. Grayscale: #717171. Windows color (decimal): -2144467 or 2967519. OLE color: 2967519.
HSL color Cylindrical-coordinate representation of color #DF472D: hue angle of 8.76º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF472D is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 45 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.13 |
| HSL | 8.76º | 0.74% | 0.53% | - |
| HSV(B) | 8.76º | 0.8% | 0.87% | - |
| XYZ | 33.16 | 20.38 | 4.67 | - |
| YUV | 113.48 | 89.36 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 45 | 0 | 0.68 | 0.80 | 0.13 | 8.76 | 0.74 | 0.53 |
| Hex | DF | 47 | 2D | 0 | 44 | 50 | D | 9 | 4A | 35 |
| Octal | 337 | 107 | 55 | 0 | 104 | 120 | 15 | 11 | 112 | 65 |
| Binary | 11011111 | 1000111 | 101101 | 0 | 1000100 | 1010000 | 1101 | 1001 | 1001010 | 110101 |
Color Harmonies of #DF472D
Complementary color
Monochromatic Colors of #DF472D
Black with #DF472D
Text Example
Text Example
White with #DF472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF472D; }
p { color: rgb(223,71,45); }
H1.HeaderClassName
{
color: #DF472D;
}
.AnyTagClassName
{
color: #DF472D;
}
</style>
background-color css
<style>
a { background-color: #DF472D; }
a { background-color: rgb(223,71,45); }
div.DivClassName
{
background-color: #DF472D;
}
.BgClassName
{
background-color: #DF472D;
}
</style>
border-color css
<style>
span { border-color: #DF472D; }
span { border-color: rgb(223,71,45); }
td.TdClassName
{
border-color: #DF472D;
}
.TagClassName
{
border-color: #DF472D;
}
</style>