Shades of Cinnabar #F0411E
Tints of Cinnabar #F0411E
RGB
CMYK
RGB Variations
Color information
#F0411E (or 0xF0411E) is known color: Cinnabar. HEX triplet: F0, 41 and 1E. RGB value is (240,65,30). Sum of RGB (Red+Green+Blue) = 240+65+30=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F0411E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0411E is #0FBEE1. Grayscale: #717171. Windows color (decimal): -1031906 or 1982960. OLE color: 1982960.
HSL color Cylindrical-coordinate representation of color #F0411E: hue angle of 10º 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 #F0411E is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 30 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.06 |
| HSL | 10º | 0.88% | 0.53% | - |
| HSV(B) | 10º | 0.88% | 0.94% | - |
| XYZ | 38.06 | 22.4 | 3.55 | - |
| YUV | 113.34 | 80.98 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 30 | 0 | 0.73 | 0.87 | 0.06 | 10 | 0.88 | 0.53 |
| Hex | F0 | 41 | 1E | 0 | 49 | 57 | 6 | A | 58 | 35 |
| Octal | 360 | 101 | 36 | 0 | 111 | 127 | 6 | 12 | 130 | 65 |
| Binary | 11110000 | 1000001 | 11110 | 0 | 1001001 | 1010111 | 110 | 1010 | 1011000 | 110101 |
Color Harmonies of #F0411E
Complementary color
Monochromatic Colors of #F0411E
Black with #F0411E
Text Example
Text Example
White with #F0411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0411E; }
p { color: rgb(240,65,30); }
H1.HeaderClassName
{
color: #F0411E;
}
.AnyTagClassName
{
color: #F0411E;
}
</style>
background-color css
<style>
a { background-color: #F0411E; }
a { background-color: rgb(240,65,30); }
div.DivClassName
{
background-color: #F0411E;
}
.BgClassName
{
background-color: #F0411E;
}
</style>
border-color css
<style>
span { border-color: #F0411E; }
span { border-color: rgb(240,65,30); }
td.TdClassName
{
border-color: #F0411E;
}
.TagClassName
{
border-color: #F0411E;
}
</style>