Shades of Orange Red #F1481A
Tints of Orange Red #F1481A
RGB
CMYK
RGB Variations
Color information
#F1481A (or 0xF1481A) is known color: Orange Red. HEX triplet: F1, 48 and 1A. RGB value is (241,72,26). Sum of RGB (Red+Green+Blue) = 241+72+26=339 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.09% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 241 - color contains mainly: red. Hex color #F1481A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1481A is #0EB7E5. Grayscale: #757575. Windows color (decimal): -964582 or 1722609. OLE color: 1722609.
HSL color Cylindrical-coordinate representation of color #F1481A: hue angle of 12.84º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1481A is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 26 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.05 |
| HSL | 12.84º | 0.88% | 0.52% | - |
| HSV(B) | 12.84º | 0.89% | 0.95% | - |
| XYZ | 38.78 | 23.41 | 3.45 | - |
| YUV | 117.29 | 76.49 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 26 | 0 | 0.70 | 0.89 | 0.05 | 12.84 | 0.88 | 0.52 |
| Hex | F1 | 48 | 1A | 0 | 46 | 59 | 5 | D | 58 | 34 |
| Octal | 361 | 110 | 32 | 0 | 106 | 131 | 5 | 15 | 130 | 64 |
| Binary | 11110001 | 1001000 | 11010 | 0 | 1000110 | 1011001 | 101 | 1101 | 1011000 | 110100 |
Color Harmonies of #F1481A
Complementary color
Monochromatic Colors of #F1481A
Black with #F1481A
Text Example
Text Example
White with #F1481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1481A; }
p { color: rgb(241,72,26); }
H1.HeaderClassName
{
color: #F1481A;
}
.AnyTagClassName
{
color: #F1481A;
}
</style>
background-color css
<style>
a { background-color: #F1481A; }
a { background-color: rgb(241,72,26); }
div.DivClassName
{
background-color: #F1481A;
}
.BgClassName
{
background-color: #F1481A;
}
</style>
border-color css
<style>
span { border-color: #F1481A; }
span { border-color: rgb(241,72,26); }
td.TdClassName
{
border-color: #F1481A;
}
.TagClassName
{
border-color: #F1481A;
}
</style>