Shades of Orange Red #F44119
Tints of Orange Red #F44119
RGB
CMYK
RGB Variations
Color information
#F44119 (or 0xF44119) is known color: Orange Red. HEX triplet: F4, 41 and 19. RGB value is (244,65,25). Sum of RGB (Red+Green+Blue) = 244+65+25=334 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.05% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 244 - color contains mainly: red. Hex color #F44119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44119 is #0BBEE6. Grayscale: #727272. Windows color (decimal): -769767 or 1655284. OLE color: 1655284.
HSL color Cylindrical-coordinate representation of color #F44119: hue angle of 10.96º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F44119 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 25 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.04 |
| HSL | 10.96º | 0.91% | 0.53% | - |
| HSV(B) | 10.96º | 0.9% | 0.96% | - |
| XYZ | 39.37 | 23.08 | 3.3 | - |
| YUV | 113.96 | 77.8 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 25 | 0 | 0.73 | 0.90 | 0.04 | 10.96 | 0.91 | 0.53 |
| Hex | F4 | 41 | 19 | 0 | 49 | 5A | 4 | B | 5B | 35 |
| Octal | 364 | 101 | 31 | 0 | 111 | 132 | 4 | 13 | 133 | 65 |
| Binary | 11110100 | 1000001 | 11001 | 0 | 1001001 | 1011010 | 100 | 1011 | 1011011 | 110101 |
Color Harmonies of #F44119
Complementary color
Monochromatic Colors of #F44119
Black with #F44119
Text Example
Text Example
White with #F44119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44119; }
p { color: rgb(244,65,25); }
H1.HeaderClassName
{
color: #F44119;
}
.AnyTagClassName
{
color: #F44119;
}
</style>
background-color css
<style>
a { background-color: #F44119; }
a { background-color: rgb(244,65,25); }
div.DivClassName
{
background-color: #F44119;
}
.BgClassName
{
background-color: #F44119;
}
</style>
border-color css
<style>
span { border-color: #F44119; }
span { border-color: rgb(244,65,25); }
td.TdClassName
{
border-color: #F44119;
}
.TagClassName
{
border-color: #F44119;
}
</style>