Shades of Red Orange #F13937
Tints of Red Orange #F13937
RGB
CMYK
RGB Variations
Color information
#F13937 (or 0xF13937) is known color: Red Orange. HEX triplet: F1, 39 and 37. RGB value is (241,57,55). Sum of RGB (Red+Green+Blue) = 241+57+55=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F13937 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13937 is #0EC6C8. Grayscale: #6F6F6F. Windows color (decimal): -968393 or 3619313. OLE color: 3619313.
HSL color Cylindrical-coordinate representation of color #F13937: hue angle of 0.65º 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 #F13937 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 57 | 55 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.05 |
| HSL | 0.65º | 0.87% | 0.58% | - |
| HSV(B) | 0.65º | 0.77% | 0.95% | - |
| XYZ | 38.43 | 21.9 | 5.82 | - |
| YUV | 111.79 | 95.96 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 55 | 0 | 0.76 | 0.77 | 0.05 | 0.65 | 0.87 | 0.58 |
| Hex | F1 | 39 | 37 | 0 | 4C | 4D | 5 | 1 | 57 | 3A |
| Octal | 361 | 71 | 67 | 0 | 114 | 115 | 5 | 1 | 127 | 72 |
| Binary | 11110001 | 111001 | 110111 | 0 | 1001100 | 1001101 | 101 | 1 | 1010111 | 111010 |
Color Harmonies of #F13937
Complementary color
Monochromatic Colors of #F13937
Black with #F13937
Text Example
Text Example
White with #F13937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13937; }
p { color: rgb(241,57,55); }
H1.HeaderClassName
{
color: #F13937;
}
.AnyTagClassName
{
color: #F13937;
}
</style>
background-color css
<style>
a { background-color: #F13937; }
a { background-color: rgb(241,57,55); }
div.DivClassName
{
background-color: #F13937;
}
.BgClassName
{
background-color: #F13937;
}
</style>
border-color css
<style>
span { border-color: #F13937; }
span { border-color: rgb(241,57,55); }
td.TdClassName
{
border-color: #F13937;
}
.TagClassName
{
border-color: #F13937;
}
</style>