Shades of Red Orange #F1371C
Tints of Red Orange #F1371C
RGB
CMYK
RGB Variations
Color information
#F1371C (or 0xF1371C) is known color: Red Orange. HEX triplet: F1, 37 and 1C. RGB value is (241,55,28). Sum of RGB (Red+Green+Blue) = 241+55+28=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F1371C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1371C is #0EC8E3. Grayscale: #6B6B6B. Windows color (decimal): -968932 or 1849329. OLE color: 1849329.
HSL color Cylindrical-coordinate representation of color #F1371C: hue angle of 7.61º 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 #F1371C is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 55 | 28 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.05 |
| HSL | 7.61º | 0.88% | 0.53% | - |
| HSV(B) | 7.61º | 0.88% | 0.95% | - |
| XYZ | 37.85 | 21.52 | 3.26 | - |
| YUV | 107.54 | 83.12 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 55 | 28 | 0 | 0.77 | 0.88 | 0.05 | 7.61 | 0.88 | 0.53 |
| Hex | F1 | 37 | 1C | 0 | 4D | 58 | 5 | 8 | 58 | 35 |
| Octal | 361 | 67 | 34 | 0 | 115 | 130 | 5 | 10 | 130 | 65 |
| Binary | 11110001 | 110111 | 11100 | 0 | 1001101 | 1011000 | 101 | 1000 | 1011000 | 110101 |
Color Harmonies of #F1371C
Complementary color
Monochromatic Colors of #F1371C
Black with #F1371C
Text Example
Text Example
White with #F1371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1371C; }
p { color: rgb(241,55,28); }
H1.HeaderClassName
{
color: #F1371C;
}
.AnyTagClassName
{
color: #F1371C;
}
</style>
background-color css
<style>
a { background-color: #F1371C; }
a { background-color: rgb(241,55,28); }
div.DivClassName
{
background-color: #F1371C;
}
.BgClassName
{
background-color: #F1371C;
}
</style>
border-color css
<style>
span { border-color: #F1371C; }
span { border-color: rgb(241,55,28); }
td.TdClassName
{
border-color: #F1371C;
}
.TagClassName
{
border-color: #F1371C;
}
</style>