Shades of Red Orange #F22D22
Tints of Red Orange #F22D22
RGB
CMYK
RGB Variations
Color information
#F22D22 (or 0xF22D22) is known color: Red Orange. HEX triplet: F2, 2D and 22. RGB value is (242,45,34). Sum of RGB (Red+Green+Blue) = 242+45+34=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22D22 is #0DD2DD. Grayscale: #666666. Windows color (decimal): -905950 or 2239986. OLE color: 2239986.
HSL color Cylindrical-coordinate representation of color #F22D22: hue angle of 3.17º 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 #F22D22 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 34 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.05 |
| HSL | 3.17º | 0.89% | 0.54% | - |
| HSV(B) | 3.17º | 0.86% | 0.95% | - |
| XYZ | 37.85 | 20.87 | 3.55 | - |
| YUV | 102.65 | 89.27 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 34 | 0 | 0.81 | 0.86 | 0.05 | 3.17 | 0.89 | 0.54 |
| Hex | F2 | 2D | 22 | 0 | 51 | 56 | 5 | 3 | 59 | 36 |
| Octal | 362 | 55 | 42 | 0 | 121 | 126 | 5 | 3 | 131 | 66 |
| Binary | 11110010 | 101101 | 100010 | 0 | 1010001 | 1010110 | 101 | 11 | 1011001 | 110110 |
Color Harmonies of #F22D22
Complementary color
Monochromatic Colors of #F22D22
Black with #F22D22
Text Example
Text Example
White with #F22D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D22; }
p { color: rgb(242,45,34); }
H1.HeaderClassName
{
color: #F22D22;
}
.AnyTagClassName
{
color: #F22D22;
}
</style>
background-color css
<style>
a { background-color: #F22D22; }
a { background-color: rgb(242,45,34); }
div.DivClassName
{
background-color: #F22D22;
}
.BgClassName
{
background-color: #F22D22;
}
</style>
border-color css
<style>
span { border-color: #F22D22; }
span { border-color: rgb(242,45,34); }
td.TdClassName
{
border-color: #F22D22;
}
.TagClassName
{
border-color: #F22D22;
}
</style>