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