Shades of Red Orange #F22928
Tints of Red Orange #F22928
RGB
CMYK
RGB Variations
Color information
#F22928 (or 0xF22928) is known color: Red Orange. HEX triplet: F2, 29 and 28. RGB value is (242,41,40). Sum of RGB (Red+Green+Blue) = 242+41+40=323 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.92% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 242 - color contains mainly: red. Hex color #F22928 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22928 is #0DD6D7. Grayscale: #656565. Windows color (decimal): -906968 or 2632178. OLE color: 2632178.
HSL color Cylindrical-coordinate representation of color #F22928: hue angle of 0.3º 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 #F22928 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 40 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.05 |
| HSL | 0.3º | 0.89% | 0.55% | - |
| HSV(B) | 0.3º | 0.83% | 0.95% | - |
| XYZ | 37.79 | 20.62 | 3.99 | - |
| YUV | 100.99 | 93.59 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 40 | 0 | 0.83 | 0.83 | 0.05 | 0.3 | 0.89 | 0.55 |
| Hex | F2 | 29 | 28 | 0 | 53 | 53 | 5 | 0 | 59 | 37 |
| Octal | 362 | 51 | 50 | 0 | 123 | 123 | 5 | 0 | 131 | 67 |
| Binary | 11110010 | 101001 | 101000 | 0 | 1010011 | 1010011 | 101 | 0 | 1011001 | 110111 |
Color Harmonies of #F22928
Complementary color
Monochromatic Colors of #F22928
Black with #F22928
Text Example
Text Example
White with #F22928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22928; }
p { color: rgb(242,41,40); }
H1.HeaderClassName
{
color: #F22928;
}
.AnyTagClassName
{
color: #F22928;
}
</style>
background-color css
<style>
a { background-color: #F22928; }
a { background-color: rgb(242,41,40); }
div.DivClassName
{
background-color: #F22928;
}
.BgClassName
{
background-color: #F22928;
}
</style>
border-color css
<style>
span { border-color: #F22928; }
span { border-color: rgb(242,41,40); }
td.TdClassName
{
border-color: #F22928;
}
.TagClassName
{
border-color: #F22928;
}
</style>