Shades of Red Orange #F52221
Tints of Red Orange #F52221
RGB
CMYK
RGB Variations
Color information
#F52221 (or 0xF52221) is known color: Red Orange. HEX triplet: F5, 22 and 21. RGB value is (245,34,33). Sum of RGB (Red+Green+Blue) = 245+34+33=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F52221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52221 is #0ADDDE. Grayscale: #616161. Windows color (decimal): -712159 or 2171637. OLE color: 2171637.
HSL color Cylindrical-coordinate representation of color #F52221: hue angle of 0.28º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52221 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 33 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.04 |
| HSL | 0.28º | 0.91% | 0.55% | - |
| HSV(B) | 0.28º | 0.87% | 0.96% | - |
| XYZ | 38.5 | 20.67 | 3.4 | - |
| YUV | 96.98 | 91.9 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 33 | 0 | 0.86 | 0.87 | 0.04 | 0.28 | 0.91 | 0.55 |
| Hex | F5 | 22 | 21 | 0 | 56 | 57 | 4 | 0 | 5B | 37 |
| Octal | 365 | 42 | 41 | 0 | 126 | 127 | 4 | 0 | 133 | 67 |
| Binary | 11110101 | 100010 | 100001 | 0 | 1010110 | 1010111 | 100 | 0 | 1011011 | 110111 |
Color Harmonies of #F52221
Complementary color
Monochromatic Colors of #F52221
Black with #F52221
Text Example
Text Example
White with #F52221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52221; }
p { color: rgb(245,34,33); }
H1.HeaderClassName
{
color: #F52221;
}
.AnyTagClassName
{
color: #F52221;
}
</style>
background-color css
<style>
a { background-color: #F52221; }
a { background-color: rgb(245,34,33); }
div.DivClassName
{
background-color: #F52221;
}
.BgClassName
{
background-color: #F52221;
}
</style>
border-color css
<style>
span { border-color: #F52221; }
span { border-color: rgb(245,34,33); }
td.TdClassName
{
border-color: #F52221;
}
.TagClassName
{
border-color: #F52221;
}
</style>