Shades of Orange Red #F13C0F
Tints of Orange Red #F13C0F
RGB
CMYK
RGB Variations
Color information
#F13C0F (or 0xF13C0F) is known color: Orange Red. HEX triplet: F1, 3C and 0F. RGB value is (241,60,15). Sum of RGB (Red+Green+Blue) = 241+60+15=316 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.27% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13C0F is #0EC3F0. Grayscale: #6D6D6D. Windows color (decimal): -967665 or 998641. OLE color: 998641.
HSL color Cylindrical-coordinate representation of color #F13C0F: hue angle of 11.95º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F13C0F is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 60 | 15 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.05 |
| HSL | 11.95º | 0.89% | 0.5% | - |
| HSV(B) | 11.95º | 0.94% | 0.95% | - |
| XYZ | 37.98 | 21.97 | 2.69 | - |
| YUV | 108.99 | 74.97 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 60 | 15 | 0 | 0.75 | 0.94 | 0.05 | 11.95 | 0.89 | 0.5 |
| Hex | F1 | 3C | F | 0 | 4B | 5E | 5 | C | 59 | 32 |
| Octal | 361 | 74 | 17 | 0 | 113 | 136 | 5 | 14 | 131 | 62 |
| Binary | 11110001 | 111100 | 1111 | 0 | 1001011 | 1011110 | 101 | 1100 | 1011001 | 110010 |
Color Harmonies of #F13C0F
Complementary color
Monochromatic Colors of #F13C0F
Black with #F13C0F
Text Example
Text Example
White with #F13C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13C0F; }
p { color: rgb(241,60,15); }
H1.HeaderClassName
{
color: #F13C0F;
}
.AnyTagClassName
{
color: #F13C0F;
}
</style>
background-color css
<style>
a { background-color: #F13C0F; }
a { background-color: rgb(241,60,15); }
div.DivClassName
{
background-color: #F13C0F;
}
.BgClassName
{
background-color: #F13C0F;
}
</style>
border-color css
<style>
span { border-color: #F13C0F; }
span { border-color: rgb(241,60,15); }
td.TdClassName
{
border-color: #F13C0F;
}
.TagClassName
{
border-color: #F13C0F;
}
</style>