Shades of Orange Red #F13607
Tints of Orange Red #F13607
RGB
CMYK
RGB Variations
Color information
#F13607 (or 0xF13607) is known color: Orange Red. HEX triplet: F1, 36 and 07. RGB value is (241,54,7). Sum of RGB (Red+Green+Blue) = 241+54+7=302 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.80% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 241 - color contains mainly: red. Hex color #F13607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13607 is #0EC9F8. Grayscale: #686868. Windows color (decimal): -969209 or 472817. OLE color: 472817.
HSL color Cylindrical-coordinate representation of color #F13607: hue angle of 12.05º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F13607 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 7 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.05 |
| HSL | 12.05º | 0.94% | 0.49% | - |
| HSV(B) | 12.05º | 0.97% | 0.95% | - |
| XYZ | 37.63 | 21.35 | 2.34 | - |
| YUV | 104.56 | 72.95 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 7 | 0 | 0.78 | 0.97 | 0.05 | 12.05 | 0.94 | 0.49 |
| Hex | F1 | 36 | 7 | 0 | 4E | 61 | 5 | C | 5E | 31 |
| Octal | 361 | 66 | 7 | 0 | 116 | 141 | 5 | 14 | 136 | 61 |
| Binary | 11110001 | 110110 | 111 | 0 | 1001110 | 1100001 | 101 | 1100 | 1011110 | 110001 |
Color Harmonies of #F13607
Complementary color
Monochromatic Colors of #F13607
Black with #F13607
Text Example
Text Example
White with #F13607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13607; }
p { color: rgb(241,54,7); }
H1.HeaderClassName
{
color: #F13607;
}
.AnyTagClassName
{
color: #F13607;
}
</style>
background-color css
<style>
a { background-color: #F13607; }
a { background-color: rgb(241,54,7); }
div.DivClassName
{
background-color: #F13607;
}
.BgClassName
{
background-color: #F13607;
}
</style>
border-color css
<style>
span { border-color: #F13607; }
span { border-color: rgb(241,54,7); }
td.TdClassName
{
border-color: #F13607;
}
.TagClassName
{
border-color: #F13607;
}
</style>