Shades of Fire Engine Red #F10D10
Tints of Fire Engine Red #F10D10
RGB
CMYK
RGB Variations
Color information
#F10D10 (or 0xF10D10) is known color: Fire Engine Red. HEX triplet: F1, 0D and 10. RGB value is (241,13,16). Sum of RGB (Red+Green+Blue) = 241+13+16=270 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.26% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10D10 is #0EF2EF. Grayscale: #515151. Windows color (decimal): -979696 or 1052145. OLE color: 1052145.
HSL color Cylindrical-coordinate representation of color #F10D10: hue angle of 359.21º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10D10 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 16 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.05 |
| HSL | 359.21º | 0.9% | 0.5% | - |
| HSV(B) | 359.21º | 0.95% | 0.95% | - |
| XYZ | 36.51 | 19.03 | 2.24 | - |
| YUV | 81.51 | 91.04 | 241.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 16 | 0 | 0.95 | 0.93 | 0.05 | 359.21 | 0.9 | 0.5 |
| Hex | F1 | D | 10 | 0 | 5F | 5D | 5 | 167 | 5A | 32 |
| Octal | 361 | 15 | 20 | 0 | 137 | 135 | 5 | 547 | 132 | 62 |
| Binary | 11110001 | 1101 | 10000 | 0 | 1011111 | 1011101 | 101 | 101100111 | 1011010 | 110010 |
Color Harmonies of #F10D10
Complementary color
Monochromatic Colors of #F10D10
Black with #F10D10
Text Example
Text Example
White with #F10D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10D10; }
p { color: rgb(241,13,16); }
H1.HeaderClassName
{
color: #F10D10;
}
.AnyTagClassName
{
color: #F10D10;
}
</style>
background-color css
<style>
a { background-color: #F10D10; }
a { background-color: rgb(241,13,16); }
div.DivClassName
{
background-color: #F10D10;
}
.BgClassName
{
background-color: #F10D10;
}
</style>
border-color css
<style>
span { border-color: #F10D10; }
span { border-color: rgb(241,13,16); }
td.TdClassName
{
border-color: #F10D10;
}
.TagClassName
{
border-color: #F10D10;
}
</style>