Shades of Cinnabar #F04E1E
Tints of Cinnabar #F04E1E
RGB
CMYK
RGB Variations
Color information
#F04E1E (or 0xF04E1E) is known color: Cinnabar. HEX triplet: F0, 4E and 1E. RGB value is (240,78,30). Sum of RGB (Red+Green+Blue) = 240+78+30=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04E1E is #0FB1E1. Grayscale: #797979. Windows color (decimal): -1028578 or 1986288. OLE color: 1986288.
HSL color Cylindrical-coordinate representation of color #F04E1E: hue angle of 13.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 #F04E1E is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 30 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.06 |
| HSL | 13.71º | 0.88% | 0.53% | - |
| HSV(B) | 13.71º | 0.88% | 0.94% | - |
| XYZ | 38.89 | 24.07 | 3.82 | - |
| YUV | 120.97 | 76.67 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 30 | 0 | 0.68 | 0.87 | 0.06 | 13.71 | 0.88 | 0.53 |
| Hex | F0 | 4E | 1E | 0 | 44 | 57 | 6 | E | 58 | 35 |
| Octal | 360 | 116 | 36 | 0 | 104 | 127 | 6 | 16 | 130 | 65 |
| Binary | 11110000 | 1001110 | 11110 | 0 | 1000100 | 1010111 | 110 | 1110 | 1011000 | 110101 |
Color Harmonies of #F04E1E
Complementary color
Monochromatic Colors of #F04E1E
Black with #F04E1E
Text Example
Text Example
White with #F04E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04E1E; }
p { color: rgb(240,78,30); }
H1.HeaderClassName
{
color: #F04E1E;
}
.AnyTagClassName
{
color: #F04E1E;
}
</style>
background-color css
<style>
a { background-color: #F04E1E; }
a { background-color: rgb(240,78,30); }
div.DivClassName
{
background-color: #F04E1E;
}
.BgClassName
{
background-color: #F04E1E;
}
</style>
border-color css
<style>
span { border-color: #F04E1E; }
span { border-color: rgb(240,78,30); }
td.TdClassName
{
border-color: #F04E1E;
}
.TagClassName
{
border-color: #F04E1E;
}
</style>