Shades of Red Orange #F52924
Tints of Red Orange #F52924
RGB
CMYK
RGB Variations
Color information
#F52924 (or 0xF52924) is known color: Red Orange. HEX triplet: F5, 29 and 24. RGB value is (245,41,36). Sum of RGB (Red+Green+Blue) = 245+41+36=322 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.09% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 245 - color contains mainly: red. Hex color #F52924 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52924 is #0AD6DB. Grayscale: #656565. Windows color (decimal): -710364 or 2370037. OLE color: 2370037.
HSL color Cylindrical-coordinate representation of color #F52924: hue angle of 1.44º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F52924 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 36 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.04 |
| HSL | 1.44º | 0.91% | 0.55% | - |
| HSV(B) | 1.44º | 0.85% | 0.96% | - |
| XYZ | 38.77 | 21.13 | 3.7 | - |
| YUV | 101.43 | 91.09 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 36 | 0 | 0.83 | 0.85 | 0.04 | 1.44 | 0.91 | 0.55 |
| Hex | F5 | 29 | 24 | 0 | 53 | 55 | 4 | 1 | 5B | 37 |
| Octal | 365 | 51 | 44 | 0 | 123 | 125 | 4 | 1 | 133 | 67 |
| Binary | 11110101 | 101001 | 100100 | 0 | 1010011 | 1010101 | 100 | 1 | 1011011 | 110111 |
Color Harmonies of #F52924
Complementary color
Monochromatic Colors of #F52924
Black with #F52924
Text Example
Text Example
White with #F52924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52924; }
p { color: rgb(245,41,36); }
H1.HeaderClassName
{
color: #F52924;
}
.AnyTagClassName
{
color: #F52924;
}
</style>
background-color css
<style>
a { background-color: #F52924; }
a { background-color: rgb(245,41,36); }
div.DivClassName
{
background-color: #F52924;
}
.BgClassName
{
background-color: #F52924;
}
</style>
border-color css
<style>
span { border-color: #F52924; }
span { border-color: rgb(245,41,36); }
td.TdClassName
{
border-color: #F52924;
}
.TagClassName
{
border-color: #F52924;
}
</style>