Shades of Orange Red #F13F0D
Tints of Orange Red #F13F0D
RGB
CMYK
RGB Variations
Color information
#F13F0D (or 0xF13F0D) is known color: Orange Red. HEX triplet: F1, 3F and 0D. RGB value is (241,63,13). Sum of RGB (Red+Green+Blue) = 241+63+13=317 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.03% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13F0D is #0EC0F2. Grayscale: #6E6E6E. Windows color (decimal): -966899 or 868337. OLE color: 868337.
HSL color Cylindrical-coordinate representation of color #F13F0D: hue angle of 13.16º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F13F0D is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 63 | 13 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.05 |
| HSL | 13.16º | 0.9% | 0.5% | - |
| HSV(B) | 13.16º | 0.95% | 0.95% | - |
| XYZ | 38.13 | 22.28 | 2.67 | - |
| YUV | 110.52 | 72.97 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 63 | 13 | 0 | 0.74 | 0.95 | 0.05 | 13.16 | 0.9 | 0.5 |
| Hex | F1 | 3F | D | 0 | 4A | 5F | 5 | D | 5A | 32 |
| Octal | 361 | 77 | 15 | 0 | 112 | 137 | 5 | 15 | 132 | 62 |
| Binary | 11110001 | 111111 | 1101 | 0 | 1001010 | 1011111 | 101 | 1101 | 1011010 | 110010 |
Color Harmonies of #F13F0D
Complementary color
Monochromatic Colors of #F13F0D
Black with #F13F0D
Text Example
Text Example
White with #F13F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13F0D; }
p { color: rgb(241,63,13); }
H1.HeaderClassName
{
color: #F13F0D;
}
.AnyTagClassName
{
color: #F13F0D;
}
</style>
background-color css
<style>
a { background-color: #F13F0D; }
a { background-color: rgb(241,63,13); }
div.DivClassName
{
background-color: #F13F0D;
}
.BgClassName
{
background-color: #F13F0D;
}
</style>
border-color css
<style>
span { border-color: #F13F0D; }
span { border-color: rgb(241,63,13); }
td.TdClassName
{
border-color: #F13F0D;
}
.TagClassName
{
border-color: #F13F0D;
}
</style>