Shades of Red Orange #F22722
Tints of Red Orange #F22722
RGB
CMYK
RGB Variations
Color information
#F22722 (or 0xF22722) is known color: Red Orange. HEX triplet: F2, 27 and 22. RGB value is (242,39,34). Sum of RGB (Red+Green+Blue) = 242+39+34=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F22722 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22722 is #0DD8DD. Grayscale: #636363. Windows color (decimal): -907486 or 2238450. OLE color: 2238450.
HSL color Cylindrical-coordinate representation of color #F22722: hue angle of 1.44º 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 #F22722 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 34 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.05 |
| HSL | 1.44º | 0.89% | 0.54% | - |
| HSV(B) | 1.44º | 0.86% | 0.95% | - |
| XYZ | 37.63 | 20.44 | 3.48 | - |
| YUV | 99.13 | 91.25 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 34 | 0 | 0.84 | 0.86 | 0.05 | 1.44 | 0.89 | 0.54 |
| Hex | F2 | 27 | 22 | 0 | 54 | 56 | 5 | 1 | 59 | 36 |
| Octal | 362 | 47 | 42 | 0 | 124 | 126 | 5 | 1 | 131 | 66 |
| Binary | 11110010 | 100111 | 100010 | 0 | 1010100 | 1010110 | 101 | 1 | 1011001 | 110110 |
Color Harmonies of #F22722
Complementary color
Monochromatic Colors of #F22722
Black with #F22722
Text Example
Text Example
White with #F22722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22722; }
p { color: rgb(242,39,34); }
H1.HeaderClassName
{
color: #F22722;
}
.AnyTagClassName
{
color: #F22722;
}
</style>
background-color css
<style>
a { background-color: #F22722; }
a { background-color: rgb(242,39,34); }
div.DivClassName
{
background-color: #F22722;
}
.BgClassName
{
background-color: #F22722;
}
</style>
border-color css
<style>
span { border-color: #F22722; }
span { border-color: rgb(242,39,34); }
td.TdClassName
{
border-color: #F22722;
}
.TagClassName
{
border-color: #F22722;
}
</style>