Shades of Red Orange #F44A31
Tints of Red Orange #F44A31
RGB
CMYK
RGB Variations
Color information
#F44A31 (or 0xF44A31) is known color: Red Orange. HEX triplet: F4, 4A and 31. RGB value is (244,74,49). Sum of RGB (Red+Green+Blue) = 244+74+49=367 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.49% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44A31 is #0BB5CE. Grayscale: #7A7A7A. Windows color (decimal): -767439 or 3230452. OLE color: 3230452.
HSL color Cylindrical-coordinate representation of color #F44A31: hue angle of 7.69º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F44A31 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 49 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.04 |
| HSL | 7.69º | 0.9% | 0.57% | - |
| HSV(B) | 7.69º | 0.8% | 0.96% | - |
| XYZ | 40.31 | 24.35 | 5.48 | - |
| YUV | 121.98 | 86.82 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 49 | 0 | 0.70 | 0.80 | 0.04 | 7.69 | 0.9 | 0.57 |
| Hex | F4 | 4A | 31 | 0 | 46 | 50 | 4 | 8 | 5A | 39 |
| Octal | 364 | 112 | 61 | 0 | 106 | 120 | 4 | 10 | 132 | 71 |
| Binary | 11110100 | 1001010 | 110001 | 0 | 1000110 | 1010000 | 100 | 1000 | 1011010 | 111001 |
Color Harmonies of #F44A31
Complementary color
Monochromatic Colors of #F44A31
Black with #F44A31
Text Example
Text Example
White with #F44A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44A31; }
p { color: rgb(244,74,49); }
H1.HeaderClassName
{
color: #F44A31;
}
.AnyTagClassName
{
color: #F44A31;
}
</style>
background-color css
<style>
a { background-color: #F44A31; }
a { background-color: rgb(244,74,49); }
div.DivClassName
{
background-color: #F44A31;
}
.BgClassName
{
background-color: #F44A31;
}
</style>
border-color css
<style>
span { border-color: #F44A31; }
span { border-color: rgb(244,74,49); }
td.TdClassName
{
border-color: #F44A31;
}
.TagClassName
{
border-color: #F44A31;
}
</style>