Shades of Red Orange #F22B28
Tints of Red Orange #F22B28
RGB
CMYK
RGB Variations
Color information
#F22B28 (or 0xF22B28) is known color: Red Orange. HEX triplet: F2, 2B and 28. RGB value is (242,43,40). Sum of RGB (Red+Green+Blue) = 242+43+40=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F22B28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22B28 is #0DD4D7. Grayscale: #666666. Windows color (decimal): -906456 or 2632690. OLE color: 2632690.
HSL color Cylindrical-coordinate representation of color #F22B28: hue angle of 0.89º 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 #F22B28 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 43 | 40 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.05 |
| HSL | 0.89º | 0.89% | 0.55% | - |
| HSV(B) | 0.89º | 0.83% | 0.95% | - |
| XYZ | 37.86 | 20.76 | 4.02 | - |
| YUV | 102.16 | 92.93 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 43 | 40 | 0 | 0.82 | 0.83 | 0.05 | 0.89 | 0.89 | 0.55 |
| Hex | F2 | 2B | 28 | 0 | 52 | 53 | 5 | 1 | 59 | 37 |
| Octal | 362 | 53 | 50 | 0 | 122 | 123 | 5 | 1 | 131 | 67 |
| Binary | 11110010 | 101011 | 101000 | 0 | 1010010 | 1010011 | 101 | 1 | 1011001 | 110111 |
Color Harmonies of #F22B28
Complementary color
Monochromatic Colors of #F22B28
Black with #F22B28
Text Example
Text Example
White with #F22B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22B28; }
p { color: rgb(242,43,40); }
H1.HeaderClassName
{
color: #F22B28;
}
.AnyTagClassName
{
color: #F22B28;
}
</style>
background-color css
<style>
a { background-color: #F22B28; }
a { background-color: rgb(242,43,40); }
div.DivClassName
{
background-color: #F22B28;
}
.BgClassName
{
background-color: #F22B28;
}
</style>
border-color css
<style>
span { border-color: #F22B28; }
span { border-color: rgb(242,43,40); }
td.TdClassName
{
border-color: #F22B28;
}
.TagClassName
{
border-color: #F22B28;
}
</style>