Shades of Cinnabar #F0491D
Tints of Cinnabar #F0491D
RGB
CMYK
RGB Variations
Color information
#F0491D (or 0xF0491D) is known color: Cinnabar. HEX triplet: F0, 49 and 1D. RGB value is (240,73,29). Sum of RGB (Red+Green+Blue) = 240+73+29=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F0491D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0491D is #0FB6E2. Grayscale: #767676. Windows color (decimal): -1029859 or 1919472. OLE color: 1919472.
HSL color Cylindrical-coordinate representation of color #F0491D: hue angle of 12.51º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0491D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 29 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.06 |
| HSL | 12.51º | 0.88% | 0.53% | - |
| HSV(B) | 12.51º | 0.88% | 0.94% | - |
| XYZ | 38.54 | 23.38 | 3.64 | - |
| YUV | 117.92 | 77.83 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 29 | 0 | 0.70 | 0.88 | 0.06 | 12.51 | 0.88 | 0.53 |
| Hex | F0 | 49 | 1D | 0 | 46 | 58 | 6 | D | 58 | 35 |
| Octal | 360 | 111 | 35 | 0 | 106 | 130 | 6 | 15 | 130 | 65 |
| Binary | 11110000 | 1001001 | 11101 | 0 | 1000110 | 1011000 | 110 | 1101 | 1011000 | 110101 |
Color Harmonies of #F0491D
Complementary color
Monochromatic Colors of #F0491D
Black with #F0491D
Text Example
Text Example
White with #F0491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0491D; }
p { color: rgb(240,73,29); }
H1.HeaderClassName
{
color: #F0491D;
}
.AnyTagClassName
{
color: #F0491D;
}
</style>
background-color css
<style>
a { background-color: #F0491D; }
a { background-color: rgb(240,73,29); }
div.DivClassName
{
background-color: #F0491D;
}
.BgClassName
{
background-color: #F0491D;
}
</style>
border-color css
<style>
span { border-color: #F0491D; }
span { border-color: rgb(240,73,29); }
td.TdClassName
{
border-color: #F0491D;
}
.TagClassName
{
border-color: #F0491D;
}
</style>