Shades of Red Orange #F53731
Tints of Red Orange #F53731
RGB
CMYK
RGB Variations
Color information
#F53731 (or 0xF53731) is known color: Red Orange. HEX triplet: F5, 37 and 31. RGB value is (245,55,49). Sum of RGB (Red+Green+Blue) = 245+55+49=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F53731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53731 is #0AC8CE. Grayscale: #6F6F6F. Windows color (decimal): -706767 or 3225589. OLE color: 3225589.
HSL color Cylindrical-coordinate representation of color #F53731: hue angle of 1.84º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53731 is Cyan = 0, Magento = 0.78, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 49 | - |
| CMYK | 0 | 0.78 | 0.8 | 0.04 |
| HSL | 1.84º | 0.91% | 0.58% | - |
| HSV(B) | 1.84º | 0.8% | 0.96% | - |
| XYZ | 39.58 | 22.37 | 5.14 | - |
| YUV | 111.13 | 92.95 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 49 | 0 | 0.78 | 0.8 | 0.04 | 1.84 | 0.91 | 0.58 |
| Hex | F5 | 37 | 31 | 0 | 4E | 50 | 4 | 2 | 5B | 3A |
| Octal | 365 | 67 | 61 | 0 | 116 | 120 | 4 | 2 | 133 | 72 |
| Binary | 11110101 | 110111 | 110001 | 0 | 1001110 | 1010000 | 100 | 10 | 1011011 | 111010 |
Color Harmonies of #F53731
Complementary color
Monochromatic Colors of #F53731
Black with #F53731
Text Example
Text Example
White with #F53731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53731; }
p { color: rgb(245,55,49); }
H1.HeaderClassName
{
color: #F53731;
}
.AnyTagClassName
{
color: #F53731;
}
</style>
background-color css
<style>
a { background-color: #F53731; }
a { background-color: rgb(245,55,49); }
div.DivClassName
{
background-color: #F53731;
}
.BgClassName
{
background-color: #F53731;
}
</style>
border-color css
<style>
span { border-color: #F53731; }
span { border-color: rgb(245,55,49); }
td.TdClassName
{
border-color: #F53731;
}
.TagClassName
{
border-color: #F53731;
}
</style>