Shades of Red Orange #F22524
Tints of Red Orange #F22524
RGB
CMYK
RGB Variations
Color information
#F22524 (or 0xF22524) is known color: Red Orange. HEX triplet: F2, 25 and 24. RGB value is (242,37,36). Sum of RGB (Red+Green+Blue) = 242+37+36=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F22524 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22524 is #0DDADB. Grayscale: #626262. Windows color (decimal): -907996 or 2369010. OLE color: 2369010.
HSL color Cylindrical-coordinate representation of color #F22524: hue angle of 0.29º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22524 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 36 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.05 |
| HSL | 0.29º | 0.89% | 0.55% | - |
| HSV(B) | 0.29º | 0.85% | 0.95% | - |
| XYZ | 37.6 | 20.33 | 3.61 | - |
| YUV | 98.18 | 92.92 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 36 | 0 | 0.85 | 0.85 | 0.05 | 0.29 | 0.89 | 0.55 |
| Hex | F2 | 25 | 24 | 0 | 55 | 55 | 5 | 0 | 59 | 37 |
| Octal | 362 | 45 | 44 | 0 | 125 | 125 | 5 | 0 | 131 | 67 |
| Binary | 11110010 | 100101 | 100100 | 0 | 1010101 | 1010101 | 101 | 0 | 1011001 | 110111 |
Color Harmonies of #F22524
Complementary color
Monochromatic Colors of #F22524
Black with #F22524
Text Example
Text Example
White with #F22524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22524; }
p { color: rgb(242,37,36); }
H1.HeaderClassName
{
color: #F22524;
}
.AnyTagClassName
{
color: #F22524;
}
</style>
background-color css
<style>
a { background-color: #F22524; }
a { background-color: rgb(242,37,36); }
div.DivClassName
{
background-color: #F22524;
}
.BgClassName
{
background-color: #F22524;
}
</style>
border-color css
<style>
span { border-color: #F22524; }
span { border-color: rgb(242,37,36); }
td.TdClassName
{
border-color: #F22524;
}
.TagClassName
{
border-color: #F22524;
}
</style>