Shades of Red Orange #F13C37
Tints of Red Orange #F13C37
RGB
CMYK
RGB Variations
Color information
#F13C37 (or 0xF13C37) is known color: Red Orange. HEX triplet: F1, 3C and 37. RGB value is (241,60,55). Sum of RGB (Red+Green+Blue) = 241+60+55=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13C37 is #0EC3C8. Grayscale: #717171. Windows color (decimal): -967625 or 3620081. OLE color: 3620081.
HSL color Cylindrical-coordinate representation of color #F13C37: hue angle of 1.61º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F13C37 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 60 | 55 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.05 |
| HSL | 1.61º | 0.87% | 0.58% | - |
| HSV(B) | 1.61º | 0.77% | 0.95% | - |
| XYZ | 38.58 | 22.21 | 5.87 | - |
| YUV | 113.55 | 94.97 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 60 | 55 | 0 | 0.75 | 0.77 | 0.05 | 1.61 | 0.87 | 0.58 |
| Hex | F1 | 3C | 37 | 0 | 4B | 4D | 5 | 2 | 57 | 3A |
| Octal | 361 | 74 | 67 | 0 | 113 | 115 | 5 | 2 | 127 | 72 |
| Binary | 11110001 | 111100 | 110111 | 0 | 1001011 | 1001101 | 101 | 10 | 1010111 | 111010 |
Color Harmonies of #F13C37
Complementary color
Monochromatic Colors of #F13C37
Black with #F13C37
Text Example
Text Example
White with #F13C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13C37; }
p { color: rgb(241,60,55); }
H1.HeaderClassName
{
color: #F13C37;
}
.AnyTagClassName
{
color: #F13C37;
}
</style>
background-color css
<style>
a { background-color: #F13C37; }
a { background-color: rgb(241,60,55); }
div.DivClassName
{
background-color: #F13C37;
}
.BgClassName
{
background-color: #F13C37;
}
</style>
border-color css
<style>
span { border-color: #F13C37; }
span { border-color: rgb(241,60,55); }
td.TdClassName
{
border-color: #F13C37;
}
.TagClassName
{
border-color: #F13C37;
}
</style>