Shades of Cinnabar #F04A1E
Tints of Cinnabar #F04A1E
RGB
CMYK
RGB Variations
Color information
#F04A1E (or 0xF04A1E) is known color: Cinnabar. HEX triplet: F0, 4A and 1E. RGB value is (240,74,30). Sum of RGB (Red+Green+Blue) = 240+74+30=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A1E is #0FB5E1. Grayscale: #767676. Windows color (decimal): -1029602 or 1985264. OLE color: 1985264.
HSL color Cylindrical-coordinate representation of color #F04A1E: hue angle of 12.57º 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 #F04A1E is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 30 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.06 |
| HSL | 12.57º | 0.88% | 0.53% | - |
| HSV(B) | 12.57º | 0.88% | 0.94% | - |
| XYZ | 38.62 | 23.52 | 3.73 | - |
| YUV | 118.62 | 78 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 30 | 0 | 0.69 | 0.87 | 0.06 | 12.57 | 0.88 | 0.53 |
| Hex | F0 | 4A | 1E | 0 | 45 | 57 | 6 | D | 58 | 35 |
| Octal | 360 | 112 | 36 | 0 | 105 | 127 | 6 | 15 | 130 | 65 |
| Binary | 11110000 | 1001010 | 11110 | 0 | 1000101 | 1010111 | 110 | 1101 | 1011000 | 110101 |
Color Harmonies of #F04A1E
Complementary color
Monochromatic Colors of #F04A1E
Black with #F04A1E
Text Example
Text Example
White with #F04A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A1E; }
p { color: rgb(240,74,30); }
H1.HeaderClassName
{
color: #F04A1E;
}
.AnyTagClassName
{
color: #F04A1E;
}
</style>
background-color css
<style>
a { background-color: #F04A1E; }
a { background-color: rgb(240,74,30); }
div.DivClassName
{
background-color: #F04A1E;
}
.BgClassName
{
background-color: #F04A1E;
}
</style>
border-color css
<style>
span { border-color: #F04A1E; }
span { border-color: rgb(240,74,30); }
td.TdClassName
{
border-color: #F04A1E;
}
.TagClassName
{
border-color: #F04A1E;
}
</style>