Shades of Red Orange #F52725
Tints of Red Orange #F52725
RGB
CMYK
RGB Variations
Color information
#F52725 (or 0xF52725) is known color: Red Orange. HEX triplet: F5, 27 and 25. RGB value is (245,39,37). Sum of RGB (Red+Green+Blue) = 245+39+37=321 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.32% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 245 - color contains mainly: red. Hex color #F52725 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52725 is #0AD8DA. Grayscale: #646464. Windows color (decimal): -710875 or 2435061. OLE color: 2435061.
HSL color Cylindrical-coordinate representation of color #F52725: hue angle of 0.58º 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 #F52725 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 37 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.04 |
| HSL | 0.58º | 0.91% | 0.55% | - |
| HSV(B) | 0.58º | 0.85% | 0.96% | - |
| XYZ | 38.72 | 21 | 3.76 | - |
| YUV | 100.37 | 92.25 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 37 | 0 | 0.84 | 0.85 | 0.04 | 0.58 | 0.91 | 0.55 |
| Hex | F5 | 27 | 25 | 0 | 54 | 55 | 4 | 1 | 5B | 37 |
| Octal | 365 | 47 | 45 | 0 | 124 | 125 | 4 | 1 | 133 | 67 |
| Binary | 11110101 | 100111 | 100101 | 0 | 1010100 | 1010101 | 100 | 1 | 1011011 | 110111 |
Color Harmonies of #F52725
Complementary color
Monochromatic Colors of #F52725
Black with #F52725
Text Example
Text Example
White with #F52725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52725; }
p { color: rgb(245,39,37); }
H1.HeaderClassName
{
color: #F52725;
}
.AnyTagClassName
{
color: #F52725;
}
</style>
background-color css
<style>
a { background-color: #F52725; }
a { background-color: rgb(245,39,37); }
div.DivClassName
{
background-color: #F52725;
}
.BgClassName
{
background-color: #F52725;
}
</style>
border-color css
<style>
span { border-color: #F52725; }
span { border-color: rgb(245,39,37); }
td.TdClassName
{
border-color: #F52725;
}
.TagClassName
{
border-color: #F52725;
}
</style>