Shades of Cinnabar #DF491E
Tints of Cinnabar #DF491E
RGB
CMYK
RGB Variations
Color information
#DF491E (or 0xDF491E) is known color: Cinnabar. HEX triplet: DF, 49 and 1E. RGB value is (223,73,30). Sum of RGB (Red+Green+Blue) = 223+73+30=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF491E is #20B6E1. Grayscale: #717171. Windows color (decimal): -2143970 or 1984991. OLE color: 1984991.
HSL color Cylindrical-coordinate representation of color #DF491E: hue angle of 13.37º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF491E is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 30 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.13 |
| HSL | 13.37º | 0.76% | 0.5% | - |
| HSV(B) | 13.37º | 0.87% | 0.87% | - |
| XYZ | 33.05 | 20.55 | 3.45 | - |
| YUV | 112.95 | 81.2 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 30 | 0 | 0.67 | 0.87 | 0.13 | 13.37 | 0.76 | 0.5 |
| Hex | DF | 49 | 1E | 0 | 43 | 57 | D | D | 4C | 32 |
| Octal | 337 | 111 | 36 | 0 | 103 | 127 | 15 | 15 | 114 | 62 |
| Binary | 11011111 | 1001001 | 11110 | 0 | 1000011 | 1010111 | 1101 | 1101 | 1001100 | 110010 |
Color Harmonies of #DF491E
Complementary color
Monochromatic Colors of #DF491E
Black with #DF491E
Text Example
Text Example
White with #DF491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF491E; }
p { color: rgb(223,73,30); }
H1.HeaderClassName
{
color: #DF491E;
}
.AnyTagClassName
{
color: #DF491E;
}
</style>
background-color css
<style>
a { background-color: #DF491E; }
a { background-color: rgb(223,73,30); }
div.DivClassName
{
background-color: #DF491E;
}
.BgClassName
{
background-color: #DF491E;
}
</style>
border-color css
<style>
span { border-color: #DF491E; }
span { border-color: rgb(223,73,30); }
td.TdClassName
{
border-color: #DF491E;
}
.TagClassName
{
border-color: #DF491E;
}
</style>