Shades of Cinnabar #F0471E
Tints of Cinnabar #F0471E
RGB
CMYK
RGB Variations
Color information
#F0471E (or 0xF0471E) is known color: Cinnabar. HEX triplet: F0, 47 and 1E. RGB value is (240,71,30). Sum of RGB (Red+Green+Blue) = 240+71+30=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F0471E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0471E is #0FB8E1. Grayscale: #757575. Windows color (decimal): -1030370 or 1984496. OLE color: 1984496.
HSL color Cylindrical-coordinate representation of color #F0471E: hue angle of 11.71º 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 #F0471E is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 30 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.06 |
| HSL | 11.71º | 0.88% | 0.53% | - |
| HSV(B) | 11.71º | 0.88% | 0.94% | - |
| XYZ | 38.42 | 23.13 | 3.67 | - |
| YUV | 116.86 | 78.99 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 30 | 0 | 0.70 | 0.87 | 0.06 | 11.71 | 0.88 | 0.53 |
| Hex | F0 | 47 | 1E | 0 | 46 | 57 | 6 | C | 58 | 35 |
| Octal | 360 | 107 | 36 | 0 | 106 | 127 | 6 | 14 | 130 | 65 |
| Binary | 11110000 | 1000111 | 11110 | 0 | 1000110 | 1010111 | 110 | 1100 | 1011000 | 110101 |
Color Harmonies of #F0471E
Complementary color
Monochromatic Colors of #F0471E
Black with #F0471E
Text Example
Text Example
White with #F0471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0471E; }
p { color: rgb(240,71,30); }
H1.HeaderClassName
{
color: #F0471E;
}
.AnyTagClassName
{
color: #F0471E;
}
</style>
background-color css
<style>
a { background-color: #F0471E; }
a { background-color: rgb(240,71,30); }
div.DivClassName
{
background-color: #F0471E;
}
.BgClassName
{
background-color: #F0471E;
}
</style>
border-color css
<style>
span { border-color: #F0471E; }
span { border-color: rgb(240,71,30); }
td.TdClassName
{
border-color: #F0471E;
}
.TagClassName
{
border-color: #F0471E;
}
</style>