Shades of Orange Red #F13B0D
Tints of Orange Red #F13B0D
RGB
CMYK
RGB Variations
Color information
#F13B0D (or 0xF13B0D) is known color: Orange Red. HEX triplet: F1, 3B and 0D. RGB value is (241,59,13). Sum of RGB (Red+Green+Blue) = 241+59+13=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F13B0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13B0D is #0EC4F2. Grayscale: #6C6C6C. Windows color (decimal): -967923 or 867313. OLE color: 867313.
HSL color Cylindrical-coordinate representation of color #F13B0D: hue angle of 12.11º 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 #F13B0D is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 59 | 13 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.05 |
| HSL | 12.11º | 0.9% | 0.5% | - |
| HSV(B) | 12.11º | 0.95% | 0.95% | - |
| XYZ | 37.91 | 21.86 | 2.6 | - |
| YUV | 108.17 | 74.3 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 59 | 13 | 0 | 0.76 | 0.95 | 0.05 | 12.11 | 0.9 | 0.5 |
| Hex | F1 | 3B | D | 0 | 4C | 5F | 5 | C | 5A | 32 |
| Octal | 361 | 73 | 15 | 0 | 114 | 137 | 5 | 14 | 132 | 62 |
| Binary | 11110001 | 111011 | 1101 | 0 | 1001100 | 1011111 | 101 | 1100 | 1011010 | 110010 |
Color Harmonies of #F13B0D
Complementary color
Monochromatic Colors of #F13B0D
Black with #F13B0D
Text Example
Text Example
White with #F13B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13B0D; }
p { color: rgb(241,59,13); }
H1.HeaderClassName
{
color: #F13B0D;
}
.AnyTagClassName
{
color: #F13B0D;
}
</style>
background-color css
<style>
a { background-color: #F13B0D; }
a { background-color: rgb(241,59,13); }
div.DivClassName
{
background-color: #F13B0D;
}
.BgClassName
{
background-color: #F13B0D;
}
</style>
border-color css
<style>
span { border-color: #F13B0D; }
span { border-color: rgb(241,59,13); }
td.TdClassName
{
border-color: #F13B0D;
}
.TagClassName
{
border-color: #F13B0D;
}
</style>