Shades of Orange Red #F13A0A
Tints of Orange Red #F13A0A
RGB
CMYK
RGB Variations
Color information
#F13A0A (or 0xF13A0A) is known color: Orange Red. HEX triplet: F1, 3A and 0A. RGB value is (241,58,10). Sum of RGB (Red+Green+Blue) = 241+58+10=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13A0A is #0EC5F5. Grayscale: #6B6B6B. Windows color (decimal): -968182 or 670449. OLE color: 670449.
HSL color Cylindrical-coordinate representation of color #F13A0A: hue angle of 12.47º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F13A0A is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 58 | 10 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.05 |
| HSL | 12.47º | 0.92% | 0.49% | - |
| HSV(B) | 12.47º | 0.96% | 0.95% | - |
| XYZ | 37.84 | 21.75 | 2.49 | - |
| YUV | 107.25 | 73.13 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 10 | 0 | 0.76 | 0.96 | 0.05 | 12.47 | 0.92 | 0.49 |
| Hex | F1 | 3A | A | 0 | 4C | 60 | 5 | C | 5C | 31 |
| Octal | 361 | 72 | 12 | 0 | 114 | 140 | 5 | 14 | 134 | 61 |
| Binary | 11110001 | 111010 | 1010 | 0 | 1001100 | 1100000 | 101 | 1100 | 1011100 | 110001 |
Color Harmonies of #F13A0A
Complementary color
Monochromatic Colors of #F13A0A
Black with #F13A0A
Text Example
Text Example
White with #F13A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13A0A; }
p { color: rgb(241,58,10); }
H1.HeaderClassName
{
color: #F13A0A;
}
.AnyTagClassName
{
color: #F13A0A;
}
</style>
background-color css
<style>
a { background-color: #F13A0A; }
a { background-color: rgb(241,58,10); }
div.DivClassName
{
background-color: #F13A0A;
}
.BgClassName
{
background-color: #F13A0A;
}
</style>
border-color css
<style>
span { border-color: #F13A0A; }
span { border-color: rgb(241,58,10); }
td.TdClassName
{
border-color: #F13A0A;
}
.TagClassName
{
border-color: #F13A0A;
}
</style>