Shades of Orange Red #F1370C
Tints of Orange Red #F1370C
RGB
CMYK
RGB Variations
Color information
#F1370C (or 0xF1370C) is known color: Orange Red. HEX triplet: F1, 37 and 0C. RGB value is (241,55,12). Sum of RGB (Red+Green+Blue) = 241+55+12=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F1370C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1370C is #0EC8F3. Grayscale: #6A6A6A. Windows color (decimal): -968948 or 800753. OLE color: 800753.
HSL color Cylindrical-coordinate representation of color #F1370C: hue angle of 11.27º degrees, saturation: 0.91, 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 #F1370C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 55 | 12 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.05 |
| HSL | 11.27º | 0.91% | 0.5% | - |
| HSV(B) | 11.27º | 0.95% | 0.95% | - |
| XYZ | 37.71 | 21.46 | 2.5 | - |
| YUV | 105.71 | 75.12 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 55 | 12 | 0 | 0.77 | 0.95 | 0.05 | 11.27 | 0.91 | 0.5 |
| Hex | F1 | 37 | C | 0 | 4D | 5F | 5 | B | 5B | 32 |
| Octal | 361 | 67 | 14 | 0 | 115 | 137 | 5 | 13 | 133 | 62 |
| Binary | 11110001 | 110111 | 1100 | 0 | 1001101 | 1011111 | 101 | 1011 | 1011011 | 110010 |
Color Harmonies of #F1370C
Complementary color
Monochromatic Colors of #F1370C
Black with #F1370C
Text Example
Text Example
White with #F1370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1370C; }
p { color: rgb(241,55,12); }
H1.HeaderClassName
{
color: #F1370C;
}
.AnyTagClassName
{
color: #F1370C;
}
</style>
background-color css
<style>
a { background-color: #F1370C; }
a { background-color: rgb(241,55,12); }
div.DivClassName
{
background-color: #F1370C;
}
.BgClassName
{
background-color: #F1370C;
}
</style>
border-color css
<style>
span { border-color: #F1370C; }
span { border-color: rgb(241,55,12); }
td.TdClassName
{
border-color: #F1370C;
}
.TagClassName
{
border-color: #F1370C;
}
</style>