Shades of Red Orange #F42725
Tints of Red Orange #F42725
RGB
CMYK
RGB Variations
Color information
#F42725 (or 0xF42725) is known color: Red Orange. HEX triplet: F4, 27 and 25. RGB value is (244,39,37). Sum of RGB (Red+Green+Blue) = 244+39+37=320 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.25% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 244 - color contains mainly: red. Hex color #F42725 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42725 is #0BD8DA. Grayscale: #646464. Windows color (decimal): -776411 or 2435060. OLE color: 2435060.
HSL color Cylindrical-coordinate representation of color #F42725: hue angle of 0.58º degrees, saturation: 0.9, 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 #F42725 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 37 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.04 |
| HSL | 0.58º | 0.9% | 0.55% | - |
| HSV(B) | 0.58º | 0.85% | 0.96% | - |
| XYZ | 38.37 | 20.82 | 3.75 | - |
| YUV | 100.07 | 92.42 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 37 | 0 | 0.84 | 0.85 | 0.04 | 0.58 | 0.9 | 0.55 |
| Hex | F4 | 27 | 25 | 0 | 54 | 55 | 4 | 1 | 5A | 37 |
| Octal | 364 | 47 | 45 | 0 | 124 | 125 | 4 | 1 | 132 | 67 |
| Binary | 11110100 | 100111 | 100101 | 0 | 1010100 | 1010101 | 100 | 1 | 1011010 | 110111 |
Color Harmonies of #F42725
Complementary color
Monochromatic Colors of #F42725
Black with #F42725
Text Example
Text Example
White with #F42725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42725; }
p { color: rgb(244,39,37); }
H1.HeaderClassName
{
color: #F42725;
}
.AnyTagClassName
{
color: #F42725;
}
</style>
background-color css
<style>
a { background-color: #F42725; }
a { background-color: rgb(244,39,37); }
div.DivClassName
{
background-color: #F42725;
}
.BgClassName
{
background-color: #F42725;
}
</style>
border-color css
<style>
span { border-color: #F42725; }
span { border-color: rgb(244,39,37); }
td.TdClassName
{
border-color: #F42725;
}
.TagClassName
{
border-color: #F42725;
}
</style>