Shades of Red Orange #F22721
Tints of Red Orange #F22721
RGB
CMYK
RGB Variations
Color information
#F22721 (or 0xF22721) is known color: Red Orange. HEX triplet: F2, 27 and 21. RGB value is (242,39,33). Sum of RGB (Red+Green+Blue) = 242+39+33=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F22721 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22721 is #0DD8DE. Grayscale: #636363. Windows color (decimal): -907487 or 2172914. OLE color: 2172914.
HSL color Cylindrical-coordinate representation of color #F22721: hue angle of 1.72º 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 #F22721 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 33 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.05 |
| HSL | 1.72º | 0.89% | 0.54% | - |
| HSV(B) | 1.72º | 0.86% | 0.95% | - |
| XYZ | 37.62 | 20.44 | 3.4 | - |
| YUV | 99.01 | 90.75 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 33 | 0 | 0.84 | 0.86 | 0.05 | 1.72 | 0.89 | 0.54 |
| Hex | F2 | 27 | 21 | 0 | 54 | 56 | 5 | 2 | 59 | 36 |
| Octal | 362 | 47 | 41 | 0 | 124 | 126 | 5 | 2 | 131 | 66 |
| Binary | 11110010 | 100111 | 100001 | 0 | 1010100 | 1010110 | 101 | 10 | 1011001 | 110110 |
Color Harmonies of #F22721
Complementary color
Monochromatic Colors of #F22721
Black with #F22721
Text Example
Text Example
White with #F22721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22721; }
p { color: rgb(242,39,33); }
H1.HeaderClassName
{
color: #F22721;
}
.AnyTagClassName
{
color: #F22721;
}
</style>
background-color css
<style>
a { background-color: #F22721; }
a { background-color: rgb(242,39,33); }
div.DivClassName
{
background-color: #F22721;
}
.BgClassName
{
background-color: #F22721;
}
</style>
border-color css
<style>
span { border-color: #F22721; }
span { border-color: rgb(242,39,33); }
td.TdClassName
{
border-color: #F22721;
}
.TagClassName
{
border-color: #F22721;
}
</style>