Shades of Fire Engine Red #F10A10
Tints of Fire Engine Red #F10A10
RGB
CMYK
RGB Variations
Color information
#F10A10 (or 0xF10A10) is known color: Fire Engine Red. HEX triplet: F1, 0A and 10. RGB value is (241,10,16). Sum of RGB (Red+Green+Blue) = 241+10+16=267 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.26% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10A10 is #0EF5EF. Grayscale: #4F4F4F. Windows color (decimal): -980464 or 1051377. OLE color: 1051377.
HSL color Cylindrical-coordinate representation of color #F10A10: hue angle of 358.44º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10A10 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 16 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.05 |
| HSL | 358.44º | 0.92% | 0.49% | - |
| HSV(B) | 358.44º | 0.96% | 0.95% | - |
| XYZ | 36.48 | 18.96 | 2.23 | - |
| YUV | 79.75 | 92.03 | 243.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 16 | 0 | 0.96 | 0.93 | 0.05 | 358.44 | 0.92 | 0.49 |
| Hex | F1 | A | 10 | 0 | 60 | 5D | 5 | 166 | 5C | 31 |
| Octal | 361 | 12 | 20 | 0 | 140 | 135 | 5 | 546 | 134 | 61 |
| Binary | 11110001 | 1010 | 10000 | 0 | 1100000 | 1011101 | 101 | 101100110 | 1011100 | 110001 |
Color Harmonies of #F10A10
Complementary color
Monochromatic Colors of #F10A10
Black with #F10A10
Text Example
Text Example
White with #F10A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A10; }
p { color: rgb(241,10,16); }
H1.HeaderClassName
{
color: #F10A10;
}
.AnyTagClassName
{
color: #F10A10;
}
</style>
background-color css
<style>
a { background-color: #F10A10; }
a { background-color: rgb(241,10,16); }
div.DivClassName
{
background-color: #F10A10;
}
.BgClassName
{
background-color: #F10A10;
}
</style>
border-color css
<style>
span { border-color: #F10A10; }
span { border-color: rgb(241,10,16); }
td.TdClassName
{
border-color: #F10A10;
}
.TagClassName
{
border-color: #F10A10;
}
</style>