Shades of Cinnabar #DF482F
Tints of Cinnabar #DF482F
RGB
CMYK
RGB Variations
Color information
#DF482F (or 0xDF482F) is known color: Cinnabar. HEX triplet: DF, 48 and 2F. RGB value is (223,72,47). Sum of RGB (Red+Green+Blue) = 223+72+47=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF482F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF482F is #20B7D0. Grayscale: #727272. Windows color (decimal): -2144209 or 3098847. OLE color: 3098847.
HSL color Cylindrical-coordinate representation of color #DF482F: hue angle of 8.52º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF482F is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 47 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.13 |
| HSL | 8.52º | 0.73% | 0.53% | - |
| HSV(B) | 8.52º | 0.79% | 0.87% | - |
| XYZ | 33.26 | 20.53 | 4.9 | - |
| YUV | 114.3 | 90.03 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 47 | 0 | 0.68 | 0.79 | 0.13 | 8.52 | 0.73 | 0.53 |
| Hex | DF | 48 | 2F | 0 | 44 | 4F | D | 9 | 49 | 35 |
| Octal | 337 | 110 | 57 | 0 | 104 | 117 | 15 | 11 | 111 | 65 |
| Binary | 11011111 | 1001000 | 101111 | 0 | 1000100 | 1001111 | 1101 | 1001 | 1001001 | 110101 |
Color Harmonies of #DF482F
Complementary color
Monochromatic Colors of #DF482F
Black with #DF482F
Text Example
Text Example
White with #DF482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF482F; }
p { color: rgb(223,72,47); }
H1.HeaderClassName
{
color: #DF482F;
}
.AnyTagClassName
{
color: #DF482F;
}
</style>
background-color css
<style>
a { background-color: #DF482F; }
a { background-color: rgb(223,72,47); }
div.DivClassName
{
background-color: #DF482F;
}
.BgClassName
{
background-color: #DF482F;
}
</style>
border-color css
<style>
span { border-color: #DF482F; }
span { border-color: rgb(223,72,47); }
td.TdClassName
{
border-color: #DF482F;
}
.TagClassName
{
border-color: #DF482F;
}
</style>