Shades of Red Orange #F12520
Tints of Red Orange #F12520
RGB
CMYK
RGB Variations
Color information
#F12520 (or 0xF12520) is known color: Red Orange. HEX triplet: F1, 25 and 20. RGB value is (241,37,32). Sum of RGB (Red+Green+Blue) = 241+37+32=310 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.74% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 241 - color contains mainly: red. Hex color #F12520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12520 is #0EDADF. Grayscale: #616161. Windows color (decimal): -973536 or 2106865. OLE color: 2106865.
HSL color Cylindrical-coordinate representation of color #F12520: hue angle of 1.44º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F12520 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 32 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.05 |
| HSL | 1.44º | 0.88% | 0.54% | - |
| HSV(B) | 1.44º | 0.87% | 0.95% | - |
| XYZ | 37.2 | 20.13 | 3.29 | - |
| YUV | 97.43 | 91.09 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 32 | 0 | 0.85 | 0.87 | 0.05 | 1.44 | 0.88 | 0.54 |
| Hex | F1 | 25 | 20 | 0 | 55 | 57 | 5 | 1 | 58 | 36 |
| Octal | 361 | 45 | 40 | 0 | 125 | 127 | 5 | 1 | 130 | 66 |
| Binary | 11110001 | 100101 | 100000 | 0 | 1010101 | 1010111 | 101 | 1 | 1011000 | 110110 |
Color Harmonies of #F12520
Complementary color
Monochromatic Colors of #F12520
Black with #F12520
Text Example
Text Example
White with #F12520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12520; }
p { color: rgb(241,37,32); }
H1.HeaderClassName
{
color: #F12520;
}
.AnyTagClassName
{
color: #F12520;
}
</style>
background-color css
<style>
a { background-color: #F12520; }
a { background-color: rgb(241,37,32); }
div.DivClassName
{
background-color: #F12520;
}
.BgClassName
{
background-color: #F12520;
}
</style>
border-color css
<style>
span { border-color: #F12520; }
span { border-color: rgb(241,37,32); }
td.TdClassName
{
border-color: #F12520;
}
.TagClassName
{
border-color: #F12520;
}
</style>