Shades of Red Orange #F22926
Tints of Red Orange #F22926
RGB
CMYK
RGB Variations
Color information
#F22926 (or 0xF22926) is known color: Red Orange. HEX triplet: F2, 29 and 26. RGB value is (242,41,38). Sum of RGB (Red+Green+Blue) = 242+41+38=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F22926 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22926 is #0DD6D9. Grayscale: #646464. Windows color (decimal): -906970 or 2501106. OLE color: 2501106.
HSL color Cylindrical-coordinate representation of color #F22926: hue angle of 0.88º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F22926 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 38 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.05 |
| HSL | 0.88º | 0.89% | 0.55% | - |
| HSV(B) | 0.88º | 0.84% | 0.95% | - |
| XYZ | 37.76 | 20.6 | 3.82 | - |
| YUV | 100.76 | 92.59 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 38 | 0 | 0.83 | 0.84 | 0.05 | 0.88 | 0.89 | 0.55 |
| Hex | F2 | 29 | 26 | 0 | 53 | 54 | 5 | 1 | 59 | 37 |
| Octal | 362 | 51 | 46 | 0 | 123 | 124 | 5 | 1 | 131 | 67 |
| Binary | 11110010 | 101001 | 100110 | 0 | 1010011 | 1010100 | 101 | 1 | 1011001 | 110111 |
Color Harmonies of #F22926
Complementary color
Monochromatic Colors of #F22926
Black with #F22926
Text Example
Text Example
White with #F22926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22926; }
p { color: rgb(242,41,38); }
H1.HeaderClassName
{
color: #F22926;
}
.AnyTagClassName
{
color: #F22926;
}
</style>
background-color css
<style>
a { background-color: #F22926; }
a { background-color: rgb(242,41,38); }
div.DivClassName
{
background-color: #F22926;
}
.BgClassName
{
background-color: #F22926;
}
</style>
border-color css
<style>
span { border-color: #F22926; }
span { border-color: rgb(242,41,38); }
td.TdClassName
{
border-color: #F22926;
}
.TagClassName
{
border-color: #F22926;
}
</style>