Shades of Orange Red #F13C12
Tints of Orange Red #F13C12
RGB
CMYK
RGB Variations
Color information
#F13C12 (or 0xF13C12) is known color: Orange Red. HEX triplet: F1, 3C and 12. RGB value is (241,60,18). Sum of RGB (Red+Green+Blue) = 241+60+18=319 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.55% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13C12 is #0EC3ED. Grayscale: #6D6D6D. Windows color (decimal): -967662 or 1195249. OLE color: 1195249.
HSL color Cylindrical-coordinate representation of color #F13C12: hue angle of 11.3º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F13C12 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 60 | 18 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.05 |
| HSL | 11.3º | 0.89% | 0.51% | - |
| HSV(B) | 11.3º | 0.93% | 0.95% | - |
| XYZ | 38 | 21.98 | 2.81 | - |
| YUV | 109.33 | 76.47 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 60 | 18 | 0 | 0.75 | 0.93 | 0.05 | 11.3 | 0.89 | 0.51 |
| Hex | F1 | 3C | 12 | 0 | 4B | 5D | 5 | B | 59 | 33 |
| Octal | 361 | 74 | 22 | 0 | 113 | 135 | 5 | 13 | 131 | 63 |
| Binary | 11110001 | 111100 | 10010 | 0 | 1001011 | 1011101 | 101 | 1011 | 1011001 | 110011 |
Color Harmonies of #F13C12
Complementary color
Monochromatic Colors of #F13C12
Black with #F13C12
Text Example
Text Example
White with #F13C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13C12; }
p { color: rgb(241,60,18); }
H1.HeaderClassName
{
color: #F13C12;
}
.AnyTagClassName
{
color: #F13C12;
}
</style>
background-color css
<style>
a { background-color: #F13C12; }
a { background-color: rgb(241,60,18); }
div.DivClassName
{
background-color: #F13C12;
}
.BgClassName
{
background-color: #F13C12;
}
</style>
border-color css
<style>
span { border-color: #F13C12; }
span { border-color: rgb(241,60,18); }
td.TdClassName
{
border-color: #F13C12;
}
.TagClassName
{
border-color: #F13C12;
}
</style>