Shades of Red Orange #F4401D
Tints of Red Orange #F4401D
RGB
CMYK
RGB Variations
Color information
#F4401D (or 0xF4401D) is known color: Red Orange. HEX triplet: F4, 40 and 1D. RGB value is (244,64,29). Sum of RGB (Red+Green+Blue) = 244+64+29=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F4401D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4401D is #0BBFE2. Grayscale: #727272. Windows color (decimal): -770019 or 1917172. OLE color: 1917172.
HSL color Cylindrical-coordinate representation of color #F4401D: hue angle of 9.77º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F4401D is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 29 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.04 |
| HSL | 9.77º | 0.91% | 0.54% | - |
| HSV(B) | 9.77º | 0.88% | 0.96% | - |
| XYZ | 39.36 | 22.99 | 3.52 | - |
| YUV | 113.83 | 80.13 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 29 | 0 | 0.74 | 0.88 | 0.04 | 9.77 | 0.91 | 0.54 |
| Hex | F4 | 40 | 1D | 0 | 4A | 58 | 4 | A | 5B | 36 |
| Octal | 364 | 100 | 35 | 0 | 112 | 130 | 4 | 12 | 133 | 66 |
| Binary | 11110100 | 1000000 | 11101 | 0 | 1001010 | 1011000 | 100 | 1010 | 1011011 | 110110 |
Color Harmonies of #F4401D
Complementary color
Monochromatic Colors of #F4401D
Black with #F4401D
Text Example
Text Example
White with #F4401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4401D; }
p { color: rgb(244,64,29); }
H1.HeaderClassName
{
color: #F4401D;
}
.AnyTagClassName
{
color: #F4401D;
}
</style>
background-color css
<style>
a { background-color: #F4401D; }
a { background-color: rgb(244,64,29); }
div.DivClassName
{
background-color: #F4401D;
}
.BgClassName
{
background-color: #F4401D;
}
</style>
border-color css
<style>
span { border-color: #F4401D; }
span { border-color: rgb(244,64,29); }
td.TdClassName
{
border-color: #F4401D;
}
.TagClassName
{
border-color: #F4401D;
}
</style>