Shades of Orange Red #F13C0B
Tints of Orange Red #F13C0B
RGB
CMYK
RGB Variations
Color information
#F13C0B (or 0xF13C0B) is known color: Orange Red. HEX triplet: F1, 3C and 0B. RGB value is (241,60,11). Sum of RGB (Red+Green+Blue) = 241+60+11=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13C0B is #0EC3F4. Grayscale: #6C6C6C. Windows color (decimal): -967669 or 736497. OLE color: 736497.
HSL color Cylindrical-coordinate representation of color #F13C0B: hue angle of 12.78º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F13C0B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 60 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.05 |
| HSL | 12.78º | 0.91% | 0.49% | - |
| HSV(B) | 12.78º | 0.95% | 0.95% | - |
| XYZ | 37.95 | 21.96 | 2.55 | - |
| YUV | 108.53 | 72.97 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 60 | 11 | 0 | 0.75 | 0.95 | 0.05 | 12.78 | 0.91 | 0.49 |
| Hex | F1 | 3C | B | 0 | 4B | 5F | 5 | D | 5B | 31 |
| Octal | 361 | 74 | 13 | 0 | 113 | 137 | 5 | 15 | 133 | 61 |
| Binary | 11110001 | 111100 | 1011 | 0 | 1001011 | 1011111 | 101 | 1101 | 1011011 | 110001 |
Color Harmonies of #F13C0B
Complementary color
Monochromatic Colors of #F13C0B
Black with #F13C0B
Text Example
Text Example
White with #F13C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13C0B; }
p { color: rgb(241,60,11); }
H1.HeaderClassName
{
color: #F13C0B;
}
.AnyTagClassName
{
color: #F13C0B;
}
</style>
background-color css
<style>
a { background-color: #F13C0B; }
a { background-color: rgb(241,60,11); }
div.DivClassName
{
background-color: #F13C0B;
}
.BgClassName
{
background-color: #F13C0B;
}
</style>
border-color css
<style>
span { border-color: #F13C0B; }
span { border-color: rgb(241,60,11); }
td.TdClassName
{
border-color: #F13C0B;
}
.TagClassName
{
border-color: #F13C0B;
}
</style>