Shades of Orange Red #F13F13
Tints of Orange Red #F13F13
RGB
CMYK
RGB Variations
Color information
#F13F13 (or 0xF13F13) is known color: Orange Red. HEX triplet: F1, 3F and 13. RGB value is (241,63,19). Sum of RGB (Red+Green+Blue) = 241+63+19=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13F13 is #0EC0EC. Grayscale: #6F6F6F. Windows color (decimal): -966893 or 1261553. OLE color: 1261553.
HSL color Cylindrical-coordinate representation of color #F13F13: hue angle of 11.89º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F13F13 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 63 | 19 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.05 |
| HSL | 11.89º | 0.89% | 0.51% | - |
| HSV(B) | 11.89º | 0.92% | 0.95% | - |
| XYZ | 38.17 | 22.3 | 2.91 | - |
| YUV | 111.21 | 75.97 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 63 | 19 | 0 | 0.74 | 0.92 | 0.05 | 11.89 | 0.89 | 0.51 |
| Hex | F1 | 3F | 13 | 0 | 4A | 5C | 5 | C | 59 | 33 |
| Octal | 361 | 77 | 23 | 0 | 112 | 134 | 5 | 14 | 131 | 63 |
| Binary | 11110001 | 111111 | 10011 | 0 | 1001010 | 1011100 | 101 | 1100 | 1011001 | 110011 |
Color Harmonies of #F13F13
Complementary color
Monochromatic Colors of #F13F13
Black with #F13F13
Text Example
Text Example
White with #F13F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13F13; }
p { color: rgb(241,63,19); }
H1.HeaderClassName
{
color: #F13F13;
}
.AnyTagClassName
{
color: #F13F13;
}
</style>
background-color css
<style>
a { background-color: #F13F13; }
a { background-color: rgb(241,63,19); }
div.DivClassName
{
background-color: #F13F13;
}
.BgClassName
{
background-color: #F13F13;
}
</style>
border-color css
<style>
span { border-color: #F13F13; }
span { border-color: rgb(241,63,19); }
td.TdClassName
{
border-color: #F13F13;
}
.TagClassName
{
border-color: #F13F13;
}
</style>