Shades of Orange Red #F43918
Tints of Orange Red #F43918
RGB
CMYK
RGB Variations
Color information
#F43918 (or 0xF43918) is known color: Orange Red. HEX triplet: F4, 39 and 18. RGB value is (244,57,24). Sum of RGB (Red+Green+Blue) = 244+57+24=325 (43% of max value = 765). Red value is 244 (95.70% from 255 or 75.08% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 244 - color contains mainly: red. Hex color #F43918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43918 is #0BC6E7. Grayscale: #6D6D6D. Windows color (decimal): -771816 or 1587700. OLE color: 1587700.
HSL color Cylindrical-coordinate representation of color #F43918: hue angle of 9º 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 #F43918 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 57 | 24 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.04 |
| HSL | 9º | 0.91% | 0.53% | - |
| HSV(B) | 9º | 0.9% | 0.96% | - |
| XYZ | 38.94 | 22.23 | 3.1 | - |
| YUV | 109.15 | 79.95 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 57 | 24 | 0 | 0.77 | 0.90 | 0.04 | 9 | 0.91 | 0.53 |
| Hex | F4 | 39 | 18 | 0 | 4D | 5A | 4 | 9 | 5B | 35 |
| Octal | 364 | 71 | 30 | 0 | 115 | 132 | 4 | 11 | 133 | 65 |
| Binary | 11110100 | 111001 | 11000 | 0 | 1001101 | 1011010 | 100 | 1001 | 1011011 | 110101 |
Color Harmonies of #F43918
Complementary color
Monochromatic Colors of #F43918
Black with #F43918
Text Example
Text Example
White with #F43918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43918; }
p { color: rgb(244,57,24); }
H1.HeaderClassName
{
color: #F43918;
}
.AnyTagClassName
{
color: #F43918;
}
</style>
background-color css
<style>
a { background-color: #F43918; }
a { background-color: rgb(244,57,24); }
div.DivClassName
{
background-color: #F43918;
}
.BgClassName
{
background-color: #F43918;
}
</style>
border-color css
<style>
span { border-color: #F43918; }
span { border-color: rgb(244,57,24); }
td.TdClassName
{
border-color: #F43918;
}
.TagClassName
{
border-color: #F43918;
}
</style>