Shades of Orange Red #F13C15
Tints of Orange Red #F13C15
RGB
CMYK
RGB Variations
Color information
#F13C15 (or 0xF13C15) is known color: Orange Red. HEX triplet: F1, 3C and 15. RGB value is (241,60,21). Sum of RGB (Red+Green+Blue) = 241+60+21=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13C15 is #0EC3EA. Grayscale: #6E6E6E. Windows color (decimal): -967659 or 1391857. OLE color: 1391857.
HSL color Cylindrical-coordinate representation of color #F13C15: hue angle of 10.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F13C15 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 60 | 21 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.05 |
| HSL | 10.64º | 0.89% | 0.51% | - |
| HSV(B) | 10.64º | 0.91% | 0.95% | - |
| XYZ | 38.03 | 21.99 | 2.95 | - |
| YUV | 109.67 | 77.97 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 60 | 21 | 0 | 0.75 | 0.91 | 0.05 | 10.64 | 0.89 | 0.51 |
| Hex | F1 | 3C | 15 | 0 | 4B | 5B | 5 | B | 59 | 33 |
| Octal | 361 | 74 | 25 | 0 | 113 | 133 | 5 | 13 | 131 | 63 |
| Binary | 11110001 | 111100 | 10101 | 0 | 1001011 | 1011011 | 101 | 1011 | 1011001 | 110011 |
Color Harmonies of #F13C15
Complementary color
Monochromatic Colors of #F13C15
Black with #F13C15
Text Example
Text Example
White with #F13C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13C15; }
p { color: rgb(241,60,21); }
H1.HeaderClassName
{
color: #F13C15;
}
.AnyTagClassName
{
color: #F13C15;
}
</style>
background-color css
<style>
a { background-color: #F13C15; }
a { background-color: rgb(241,60,21); }
div.DivClassName
{
background-color: #F13C15;
}
.BgClassName
{
background-color: #F13C15;
}
</style>
border-color css
<style>
span { border-color: #F13C15; }
span { border-color: rgb(241,60,21); }
td.TdClassName
{
border-color: #F13C15;
}
.TagClassName
{
border-color: #F13C15;
}
</style>