Shades of Red Orange #F13C20
Tints of Red Orange #F13C20
RGB
CMYK
RGB Variations
Color information
#F13C20 (or 0xF13C20) is known color: Red Orange. HEX triplet: F1, 3C and 20. RGB value is (241,60,32). Sum of RGB (Red+Green+Blue) = 241+60+32=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13C20 is #0EC3DF. Grayscale: #6F6F6F. Windows color (decimal): -967648 or 2112753. OLE color: 2112753.
HSL color Cylindrical-coordinate representation of color #F13C20: hue angle of 8.04º 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 #F13C20 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 60 | 32 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.05 |
| HSL | 8.04º | 0.88% | 0.54% | - |
| HSV(B) | 8.04º | 0.87% | 0.95% | - |
| XYZ | 38.15 | 22.04 | 3.61 | - |
| YUV | 110.93 | 83.47 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 60 | 32 | 0 | 0.75 | 0.87 | 0.05 | 8.04 | 0.88 | 0.54 |
| Hex | F1 | 3C | 20 | 0 | 4B | 57 | 5 | 8 | 58 | 36 |
| Octal | 361 | 74 | 40 | 0 | 113 | 127 | 5 | 10 | 130 | 66 |
| Binary | 11110001 | 111100 | 100000 | 0 | 1001011 | 1010111 | 101 | 1000 | 1011000 | 110110 |
Color Harmonies of #F13C20
Complementary color
Monochromatic Colors of #F13C20
Black with #F13C20
Text Example
Text Example
White with #F13C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13C20; }
p { color: rgb(241,60,32); }
H1.HeaderClassName
{
color: #F13C20;
}
.AnyTagClassName
{
color: #F13C20;
}
</style>
background-color css
<style>
a { background-color: #F13C20; }
a { background-color: rgb(241,60,32); }
div.DivClassName
{
background-color: #F13C20;
}
.BgClassName
{
background-color: #F13C20;
}
</style>
border-color css
<style>
span { border-color: #F13C20; }
span { border-color: rgb(241,60,32); }
td.TdClassName
{
border-color: #F13C20;
}
.TagClassName
{
border-color: #F13C20;
}
</style>