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