Shades of Red Orange #F22C24
Tints of Red Orange #F22C24
RGB
CMYK
RGB Variations
Color information
#F22C24 (or 0xF22C24) is known color: Red Orange. HEX triplet: F2, 2C and 24. RGB value is (242,44,36). Sum of RGB (Red+Green+Blue) = 242+44+36=322 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.16% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22C24 is #0DD3DB. Grayscale: #666666. Windows color (decimal): -906204 or 2370802. OLE color: 2370802.
HSL color Cylindrical-coordinate representation of color #F22C24: hue angle of 2.33º 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 #F22C24 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 36 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.05 |
| HSL | 2.33º | 0.89% | 0.55% | - |
| HSV(B) | 2.33º | 0.85% | 0.95% | - |
| XYZ | 37.84 | 20.81 | 3.69 | - |
| YUV | 102.29 | 90.6 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 36 | 0 | 0.82 | 0.85 | 0.05 | 2.33 | 0.89 | 0.55 |
| Hex | F2 | 2C | 24 | 0 | 52 | 55 | 5 | 2 | 59 | 37 |
| Octal | 362 | 54 | 44 | 0 | 122 | 125 | 5 | 2 | 131 | 67 |
| Binary | 11110010 | 101100 | 100100 | 0 | 1010010 | 1010101 | 101 | 10 | 1011001 | 110111 |
Color Harmonies of #F22C24
Complementary color
Monochromatic Colors of #F22C24
Black with #F22C24
Text Example
Text Example
White with #F22C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C24; }
p { color: rgb(242,44,36); }
H1.HeaderClassName
{
color: #F22C24;
}
.AnyTagClassName
{
color: #F22C24;
}
</style>
background-color css
<style>
a { background-color: #F22C24; }
a { background-color: rgb(242,44,36); }
div.DivClassName
{
background-color: #F22C24;
}
.BgClassName
{
background-color: #F22C24;
}
</style>
border-color css
<style>
span { border-color: #F22C24; }
span { border-color: rgb(242,44,36); }
td.TdClassName
{
border-color: #F22C24;
}
.TagClassName
{
border-color: #F22C24;
}
</style>