Shades of Orange Red #F1370D
Tints of Orange Red #F1370D
RGB
CMYK
RGB Variations
Color information
#F1370D (or 0xF1370D) is known color: Orange Red. HEX triplet: F1, 37 and 0D. RGB value is (241,55,13). Sum of RGB (Red+Green+Blue) = 241+55+13=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F1370D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1370D is #0EC8F2. Grayscale: #6A6A6A. Windows color (decimal): -968947 or 866289. OLE color: 866289.
HSL color Cylindrical-coordinate representation of color #F1370D: hue angle of 11.05º degrees, saturation: 0.9, 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 #F1370D is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 55 | 13 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.05 |
| HSL | 11.05º | 0.9% | 0.5% | - |
| HSV(B) | 11.05º | 0.95% | 0.95% | - |
| XYZ | 37.71 | 21.46 | 2.54 | - |
| YUV | 105.83 | 75.62 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 55 | 13 | 0 | 0.77 | 0.95 | 0.05 | 11.05 | 0.9 | 0.5 |
| Hex | F1 | 37 | D | 0 | 4D | 5F | 5 | B | 5A | 32 |
| Octal | 361 | 67 | 15 | 0 | 115 | 137 | 5 | 13 | 132 | 62 |
| Binary | 11110001 | 110111 | 1101 | 0 | 1001101 | 1011111 | 101 | 1011 | 1011010 | 110010 |
Color Harmonies of #F1370D
Complementary color
Monochromatic Colors of #F1370D
Black with #F1370D
Text Example
Text Example
White with #F1370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1370D; }
p { color: rgb(241,55,13); }
H1.HeaderClassName
{
color: #F1370D;
}
.AnyTagClassName
{
color: #F1370D;
}
</style>
background-color css
<style>
a { background-color: #F1370D; }
a { background-color: rgb(241,55,13); }
div.DivClassName
{
background-color: #F1370D;
}
.BgClassName
{
background-color: #F1370D;
}
</style>
border-color css
<style>
span { border-color: #F1370D; }
span { border-color: rgb(241,55,13); }
td.TdClassName
{
border-color: #F1370D;
}
.TagClassName
{
border-color: #F1370D;
}
</style>