Shades of Red Orange #F42422
Tints of Red Orange #F42422
RGB
CMYK
RGB Variations
Color information
#F42422 (or 0xF42422) is known color: Red Orange. HEX triplet: F4, 24 and 22. RGB value is (244,36,34). Sum of RGB (Red+Green+Blue) = 244+36+34=314 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.71% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 244 - color contains mainly: red. Hex color #F42422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42422 is #0BDBDD. Grayscale: #626262. Windows color (decimal): -777182 or 2237684. OLE color: 2237684.
HSL color Cylindrical-coordinate representation of color #F42422: hue angle of 0.57º 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 #F42422 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 34 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.04 |
| HSL | 0.57º | 0.91% | 0.55% | - |
| HSV(B) | 0.57º | 0.86% | 0.96% | - |
| XYZ | 38.23 | 20.61 | 3.48 | - |
| YUV | 97.96 | 91.91 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 34 | 0 | 0.85 | 0.86 | 0.04 | 0.57 | 0.91 | 0.55 |
| Hex | F4 | 24 | 22 | 0 | 55 | 56 | 4 | 1 | 5B | 37 |
| Octal | 364 | 44 | 42 | 0 | 125 | 126 | 4 | 1 | 133 | 67 |
| Binary | 11110100 | 100100 | 100010 | 0 | 1010101 | 1010110 | 100 | 1 | 1011011 | 110111 |
Color Harmonies of #F42422
Complementary color
Monochromatic Colors of #F42422
Black with #F42422
Text Example
Text Example
White with #F42422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42422; }
p { color: rgb(244,36,34); }
H1.HeaderClassName
{
color: #F42422;
}
.AnyTagClassName
{
color: #F42422;
}
</style>
background-color css
<style>
a { background-color: #F42422; }
a { background-color: rgb(244,36,34); }
div.DivClassName
{
background-color: #F42422;
}
.BgClassName
{
background-color: #F42422;
}
</style>
border-color css
<style>
span { border-color: #F42422; }
span { border-color: rgb(244,36,34); }
td.TdClassName
{
border-color: #F42422;
}
.TagClassName
{
border-color: #F42422;
}
</style>