Shades of Red Orange #F22422
Tints of Red Orange #F22422
RGB
CMYK
RGB Variations
Color information
#F22422 (or 0xF22422) is known color: Red Orange. HEX triplet: F2, 24 and 22. RGB value is (242,36,34). Sum of RGB (Red+Green+Blue) = 242+36+34=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F22422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22422 is #0DDBDD. Grayscale: #616161. Windows color (decimal): -908254 or 2237682. OLE color: 2237682.
HSL color Cylindrical-coordinate representation of color #F22422: hue angle of 0.58º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22422 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 34 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.05 |
| HSL | 0.58º | 0.89% | 0.54% | - |
| HSV(B) | 0.58º | 0.86% | 0.95% | - |
| XYZ | 37.54 | 20.25 | 3.44 | - |
| YUV | 97.37 | 92.25 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 34 | 0 | 0.85 | 0.86 | 0.05 | 0.58 | 0.89 | 0.54 |
| Hex | F2 | 24 | 22 | 0 | 55 | 56 | 5 | 1 | 59 | 36 |
| Octal | 362 | 44 | 42 | 0 | 125 | 126 | 5 | 1 | 131 | 66 |
| Binary | 11110010 | 100100 | 100010 | 0 | 1010101 | 1010110 | 101 | 1 | 1011001 | 110110 |
Color Harmonies of #F22422
Complementary color
Monochromatic Colors of #F22422
Black with #F22422
Text Example
Text Example
White with #F22422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22422; }
p { color: rgb(242,36,34); }
H1.HeaderClassName
{
color: #F22422;
}
.AnyTagClassName
{
color: #F22422;
}
</style>
background-color css
<style>
a { background-color: #F22422; }
a { background-color: rgb(242,36,34); }
div.DivClassName
{
background-color: #F22422;
}
.BgClassName
{
background-color: #F22422;
}
</style>
border-color css
<style>
span { border-color: #F22422; }
span { border-color: rgb(242,36,34); }
td.TdClassName
{
border-color: #F22422;
}
.TagClassName
{
border-color: #F22422;
}
</style>