Shades of Orange Red #F44118
Tints of Orange Red #F44118
RGB
CMYK
RGB Variations
Color information
#F44118 (or 0xF44118) is known color: Orange Red. HEX triplet: F4, 41 and 18. RGB value is (244,65,24). Sum of RGB (Red+Green+Blue) = 244+65+24=333 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.27% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 244 - color contains mainly: red. Hex color #F44118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44118 is #0BBEE7. Grayscale: #727272. Windows color (decimal): -769768 or 1589748. OLE color: 1589748.
HSL color Cylindrical-coordinate representation of color #F44118: hue angle of 11.18º 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 #F44118 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 24 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.04 |
| HSL | 11.18º | 0.91% | 0.53% | - |
| HSV(B) | 11.18º | 0.9% | 0.96% | - |
| XYZ | 39.36 | 23.08 | 3.24 | - |
| YUV | 113.85 | 77.3 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 24 | 0 | 0.73 | 0.90 | 0.04 | 11.18 | 0.91 | 0.53 |
| Hex | F4 | 41 | 18 | 0 | 49 | 5A | 4 | B | 5B | 35 |
| Octal | 364 | 101 | 30 | 0 | 111 | 132 | 4 | 13 | 133 | 65 |
| Binary | 11110100 | 1000001 | 11000 | 0 | 1001001 | 1011010 | 100 | 1011 | 1011011 | 110101 |
Color Harmonies of #F44118
Complementary color
Monochromatic Colors of #F44118
Black with #F44118
Text Example
Text Example
White with #F44118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44118; }
p { color: rgb(244,65,24); }
H1.HeaderClassName
{
color: #F44118;
}
.AnyTagClassName
{
color: #F44118;
}
</style>
background-color css
<style>
a { background-color: #F44118; }
a { background-color: rgb(244,65,24); }
div.DivClassName
{
background-color: #F44118;
}
.BgClassName
{
background-color: #F44118;
}
</style>
border-color css
<style>
span { border-color: #F44118; }
span { border-color: rgb(244,65,24); }
td.TdClassName
{
border-color: #F44118;
}
.TagClassName
{
border-color: #F44118;
}
</style>