Shades of Red Orange #F42F22
Tints of Red Orange #F42F22
RGB
CMYK
RGB Variations
Color information
#F42F22 (or 0xF42F22) is known color: Red Orange. HEX triplet: F4, 2F and 22. RGB value is (244,47,34). Sum of RGB (Red+Green+Blue) = 244+47+34=325 (43% of max value = 765). Red value is 244 (95.70% from 255 or 75.08% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42F22 is #0BD0DD. Grayscale: #686868. Windows color (decimal): -774366 or 2240500. OLE color: 2240500.
HSL color Cylindrical-coordinate representation of color #F42F22: hue angle of 3.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42F22 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 34 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.04 |
| HSL | 3.71º | 0.91% | 0.55% | - |
| HSV(B) | 3.71º | 0.86% | 0.96% | - |
| XYZ | 38.61 | 21.38 | 3.61 | - |
| YUV | 104.42 | 88.27 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 34 | 0 | 0.81 | 0.86 | 0.04 | 3.71 | 0.91 | 0.55 |
| Hex | F4 | 2F | 22 | 0 | 51 | 56 | 4 | 4 | 5B | 37 |
| Octal | 364 | 57 | 42 | 0 | 121 | 126 | 4 | 4 | 133 | 67 |
| Binary | 11110100 | 101111 | 100010 | 0 | 1010001 | 1010110 | 100 | 100 | 1011011 | 110111 |
Color Harmonies of #F42F22
Complementary color
Monochromatic Colors of #F42F22
Black with #F42F22
Text Example
Text Example
White with #F42F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42F22; }
p { color: rgb(244,47,34); }
H1.HeaderClassName
{
color: #F42F22;
}
.AnyTagClassName
{
color: #F42F22;
}
</style>
background-color css
<style>
a { background-color: #F42F22; }
a { background-color: rgb(244,47,34); }
div.DivClassName
{
background-color: #F42F22;
}
.BgClassName
{
background-color: #F42F22;
}
</style>
border-color css
<style>
span { border-color: #F42F22; }
span { border-color: rgb(244,47,34); }
td.TdClassName
{
border-color: #F42F22;
}
.TagClassName
{
border-color: #F42F22;
}
</style>