Shades of Red Orange #F44A1D
Tints of Red Orange #F44A1D
RGB
CMYK
RGB Variations
Color information
#F44A1D (or 0xF44A1D) is known color: Red Orange. HEX triplet: F4, 4A and 1D. RGB value is (244,74,29). Sum of RGB (Red+Green+Blue) = 244+74+29=347 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.32% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44A1D is #0BB5E2. Grayscale: #787878. Windows color (decimal): -767459 or 1919732. OLE color: 1919732.
HSL color Cylindrical-coordinate representation of color #F44A1D: hue angle of 12.56º 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 #F44A1D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 29 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.04 |
| HSL | 12.56º | 0.91% | 0.54% | - |
| HSV(B) | 12.56º | 0.88% | 0.96% | - |
| XYZ | 39.98 | 24.22 | 3.73 | - |
| YUV | 119.7 | 76.82 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 29 | 0 | 0.70 | 0.88 | 0.04 | 12.56 | 0.91 | 0.54 |
| Hex | F4 | 4A | 1D | 0 | 46 | 58 | 4 | D | 5B | 36 |
| Octal | 364 | 112 | 35 | 0 | 106 | 130 | 4 | 15 | 133 | 66 |
| Binary | 11110100 | 1001010 | 11101 | 0 | 1000110 | 1011000 | 100 | 1101 | 1011011 | 110110 |
Color Harmonies of #F44A1D
Complementary color
Monochromatic Colors of #F44A1D
Black with #F44A1D
Text Example
Text Example
White with #F44A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44A1D; }
p { color: rgb(244,74,29); }
H1.HeaderClassName
{
color: #F44A1D;
}
.AnyTagClassName
{
color: #F44A1D;
}
</style>
background-color css
<style>
a { background-color: #F44A1D; }
a { background-color: rgb(244,74,29); }
div.DivClassName
{
background-color: #F44A1D;
}
.BgClassName
{
background-color: #F44A1D;
}
</style>
border-color css
<style>
span { border-color: #F44A1D; }
span { border-color: rgb(244,74,29); }
td.TdClassName
{
border-color: #F44A1D;
}
.TagClassName
{
border-color: #F44A1D;
}
</style>