Shades of Red Orange #F22D28
Tints of Red Orange #F22D28
RGB
CMYK
RGB Variations
Color information
#F22D28 (or 0xF22D28) is known color: Red Orange. HEX triplet: F2, 2D and 28. RGB value is (242,45,40). Sum of RGB (Red+Green+Blue) = 242+45+40=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22D28 is #0DD2D7. Grayscale: #676767. Windows color (decimal): -905944 or 2633202. OLE color: 2633202.
HSL color Cylindrical-coordinate representation of color #F22D28: hue angle of 1.49º 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 #F22D28 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 40 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.05 |
| HSL | 1.49º | 0.89% | 0.55% | - |
| HSV(B) | 1.49º | 0.83% | 0.95% | - |
| XYZ | 37.94 | 20.91 | 4.04 | - |
| YUV | 103.33 | 92.27 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 40 | 0 | 0.81 | 0.83 | 0.05 | 1.49 | 0.89 | 0.55 |
| Hex | F2 | 2D | 28 | 0 | 51 | 53 | 5 | 1 | 59 | 37 |
| Octal | 362 | 55 | 50 | 0 | 121 | 123 | 5 | 1 | 131 | 67 |
| Binary | 11110010 | 101101 | 101000 | 0 | 1010001 | 1010011 | 101 | 1 | 1011001 | 110111 |
Color Harmonies of #F22D28
Complementary color
Monochromatic Colors of #F22D28
Black with #F22D28
Text Example
Text Example
White with #F22D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D28; }
p { color: rgb(242,45,40); }
H1.HeaderClassName
{
color: #F22D28;
}
.AnyTagClassName
{
color: #F22D28;
}
</style>
background-color css
<style>
a { background-color: #F22D28; }
a { background-color: rgb(242,45,40); }
div.DivClassName
{
background-color: #F22D28;
}
.BgClassName
{
background-color: #F22D28;
}
</style>
border-color css
<style>
span { border-color: #F22D28; }
span { border-color: rgb(242,45,40); }
td.TdClassName
{
border-color: #F22D28;
}
.TagClassName
{
border-color: #F22D28;
}
</style>