Shades of Red Orange #F22F28
Tints of Red Orange #F22F28
RGB
CMYK
RGB Variations
Color information
#F22F28 (or 0xF22F28) is known color: Red Orange. HEX triplet: F2, 2F and 28. RGB value is (242,47,40). Sum of RGB (Red+Green+Blue) = 242+47+40=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22F28 is #0DD0D7. Grayscale: #686868. Windows color (decimal): -905432 or 2633714. OLE color: 2633714.
HSL color Cylindrical-coordinate representation of color #F22F28: hue angle of 2.08º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22F28 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 47 | 40 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.05 |
| HSL | 2.08º | 0.89% | 0.55% | - |
| HSV(B) | 2.08º | 0.83% | 0.95% | - |
| XYZ | 38.02 | 21.06 | 4.07 | - |
| YUV | 104.51 | 91.6 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 47 | 40 | 0 | 0.81 | 0.83 | 0.05 | 2.08 | 0.89 | 0.55 |
| Hex | F2 | 2F | 28 | 0 | 51 | 53 | 5 | 2 | 59 | 37 |
| Octal | 362 | 57 | 50 | 0 | 121 | 123 | 5 | 2 | 131 | 67 |
| Binary | 11110010 | 101111 | 101000 | 0 | 1010001 | 1010011 | 101 | 10 | 1011001 | 110111 |
Color Harmonies of #F22F28
Complementary color
Monochromatic Colors of #F22F28
Black with #F22F28
Text Example
Text Example
White with #F22F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22F28; }
p { color: rgb(242,47,40); }
H1.HeaderClassName
{
color: #F22F28;
}
.AnyTagClassName
{
color: #F22F28;
}
</style>
background-color css
<style>
a { background-color: #F22F28; }
a { background-color: rgb(242,47,40); }
div.DivClassName
{
background-color: #F22F28;
}
.BgClassName
{
background-color: #F22F28;
}
</style>
border-color css
<style>
span { border-color: #F22F28; }
span { border-color: rgb(242,47,40); }
td.TdClassName
{
border-color: #F22F28;
}
.TagClassName
{
border-color: #F22F28;
}
</style>