Shades of Red Orange #F1281F
Tints of Red Orange #F1281F
RGB
CMYK
RGB Variations
Color information
#F1281F (or 0xF1281F) is known color: Red Orange. HEX triplet: F1, 28 and 1F. RGB value is (241,40,31). Sum of RGB (Red+Green+Blue) = 241+40+31=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F1281F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1281F is #0ED7E0. Grayscale: #636363. Windows color (decimal): -972769 or 2042097. OLE color: 2042097.
HSL color Cylindrical-coordinate representation of color #F1281F: hue angle of 2.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F1281F is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 31 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.05 |
| HSL | 2.57º | 0.88% | 0.53% | - |
| HSV(B) | 2.57º | 0.87% | 0.95% | - |
| XYZ | 37.28 | 20.32 | 3.25 | - |
| YUV | 99.07 | 89.59 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 31 | 0 | 0.83 | 0.87 | 0.05 | 2.57 | 0.88 | 0.53 |
| Hex | F1 | 28 | 1F | 0 | 53 | 57 | 5 | 3 | 58 | 35 |
| Octal | 361 | 50 | 37 | 0 | 123 | 127 | 5 | 3 | 130 | 65 |
| Binary | 11110001 | 101000 | 11111 | 0 | 1010011 | 1010111 | 101 | 11 | 1011000 | 110101 |
Color Harmonies of #F1281F
Complementary color
Monochromatic Colors of #F1281F
Black with #F1281F
Text Example
Text Example
White with #F1281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1281F; }
p { color: rgb(241,40,31); }
H1.HeaderClassName
{
color: #F1281F;
}
.AnyTagClassName
{
color: #F1281F;
}
</style>
background-color css
<style>
a { background-color: #F1281F; }
a { background-color: rgb(241,40,31); }
div.DivClassName
{
background-color: #F1281F;
}
.BgClassName
{
background-color: #F1281F;
}
</style>
border-color css
<style>
span { border-color: #F1281F; }
span { border-color: rgb(241,40,31); }
td.TdClassName
{
border-color: #F1281F;
}
.TagClassName
{
border-color: #F1281F;
}
</style>