Shades of Cinnabar #DF491F
Tints of Cinnabar #DF491F
RGB
CMYK
RGB Variations
Color information
#DF491F (or 0xDF491F) is known color: Cinnabar. HEX triplet: DF, 49 and 1F. RGB value is (223,73,31). Sum of RGB (Red+Green+Blue) = 223+73+31=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF491F is #20B6E0. Grayscale: #717171. Windows color (decimal): -2143969 or 2050527. OLE color: 2050527.
HSL color Cylindrical-coordinate representation of color #DF491F: hue angle of 13.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF491F is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 31 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.13 |
| HSL | 13.13º | 0.76% | 0.5% | - |
| HSV(B) | 13.13º | 0.86% | 0.87% | - |
| XYZ | 33.06 | 20.55 | 3.52 | - |
| YUV | 113.06 | 81.7 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 31 | 0 | 0.67 | 0.86 | 0.13 | 13.13 | 0.76 | 0.5 |
| Hex | DF | 49 | 1F | 0 | 43 | 56 | D | D | 4C | 32 |
| Octal | 337 | 111 | 37 | 0 | 103 | 126 | 15 | 15 | 114 | 62 |
| Binary | 11011111 | 1001001 | 11111 | 0 | 1000011 | 1010110 | 1101 | 1101 | 1001100 | 110010 |
Color Harmonies of #DF491F
Complementary color
Monochromatic Colors of #DF491F
Black with #DF491F
Text Example
Text Example
White with #DF491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF491F; }
p { color: rgb(223,73,31); }
H1.HeaderClassName
{
color: #DF491F;
}
.AnyTagClassName
{
color: #DF491F;
}
</style>
background-color css
<style>
a { background-color: #DF491F; }
a { background-color: rgb(223,73,31); }
div.DivClassName
{
background-color: #DF491F;
}
.BgClassName
{
background-color: #DF491F;
}
</style>
border-color css
<style>
span { border-color: #DF491F; }
span { border-color: rgb(223,73,31); }
td.TdClassName
{
border-color: #DF491F;
}
.TagClassName
{
border-color: #DF491F;
}
</style>