Shades of Red Orange #F1311C
Tints of Red Orange #F1311C
RGB
CMYK
RGB Variations
Color information
#F1311C (or 0xF1311C) is known color: Red Orange. HEX triplet: F1, 31 and 1C. RGB value is (241,49,28). Sum of RGB (Red+Green+Blue) = 241+49+28=318 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.79% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 241 - color contains mainly: red. Hex color #F1311C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1311C is #0ECEE3. Grayscale: #686868. Windows color (decimal): -970468 or 1847793. OLE color: 1847793.
HSL color Cylindrical-coordinate representation of color #F1311C: hue angle of 5.92º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1311C is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 49 | 28 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.05 |
| HSL | 5.92º | 0.88% | 0.53% | - |
| HSV(B) | 5.92º | 0.88% | 0.95% | - |
| XYZ | 37.58 | 20.98 | 3.17 | - |
| YUV | 104.01 | 85.11 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 49 | 28 | 0 | 0.80 | 0.88 | 0.05 | 5.92 | 0.88 | 0.53 |
| Hex | F1 | 31 | 1C | 0 | 50 | 58 | 5 | 6 | 58 | 35 |
| Octal | 361 | 61 | 34 | 0 | 120 | 130 | 5 | 6 | 130 | 65 |
| Binary | 11110001 | 110001 | 11100 | 0 | 1010000 | 1011000 | 101 | 110 | 1011000 | 110101 |
Color Harmonies of #F1311C
Complementary color
Monochromatic Colors of #F1311C
Black with #F1311C
Text Example
Text Example
White with #F1311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1311C; }
p { color: rgb(241,49,28); }
H1.HeaderClassName
{
color: #F1311C;
}
.AnyTagClassName
{
color: #F1311C;
}
</style>
background-color css
<style>
a { background-color: #F1311C; }
a { background-color: rgb(241,49,28); }
div.DivClassName
{
background-color: #F1311C;
}
.BgClassName
{
background-color: #F1311C;
}
</style>
border-color css
<style>
span { border-color: #F1311C; }
span { border-color: rgb(241,49,28); }
td.TdClassName
{
border-color: #F1311C;
}
.TagClassName
{
border-color: #F1311C;
}
</style>