Shades of Orange Red #F4421A
Tints of Orange Red #F4421A
RGB
CMYK
RGB Variations
Color information
#F4421A (or 0xF4421A) is known color: Orange Red. HEX triplet: F4, 42 and 1A. RGB value is (244,66,26). Sum of RGB (Red+Green+Blue) = 244+66+26=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F4421A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4421A is #0BBDE5. Grayscale: #737373. Windows color (decimal): -769510 or 1721076. OLE color: 1721076.
HSL color Cylindrical-coordinate representation of color #F4421A: hue angle of 11.01º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4421A is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 26 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.04 |
| HSL | 11.01º | 0.91% | 0.53% | - |
| HSV(B) | 11.01º | 0.89% | 0.96% | - |
| XYZ | 39.44 | 23.2 | 3.38 | - |
| YUV | 114.66 | 77.97 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 26 | 0 | 0.73 | 0.89 | 0.04 | 11.01 | 0.91 | 0.53 |
| Hex | F4 | 42 | 1A | 0 | 49 | 59 | 4 | B | 5B | 35 |
| Octal | 364 | 102 | 32 | 0 | 111 | 131 | 4 | 13 | 133 | 65 |
| Binary | 11110100 | 1000010 | 11010 | 0 | 1001001 | 1011001 | 100 | 1011 | 1011011 | 110101 |
Color Harmonies of #F4421A
Complementary color
Monochromatic Colors of #F4421A
Black with #F4421A
Text Example
Text Example
White with #F4421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4421A; }
p { color: rgb(244,66,26); }
H1.HeaderClassName
{
color: #F4421A;
}
.AnyTagClassName
{
color: #F4421A;
}
</style>
background-color css
<style>
a { background-color: #F4421A; }
a { background-color: rgb(244,66,26); }
div.DivClassName
{
background-color: #F4421A;
}
.BgClassName
{
background-color: #F4421A;
}
</style>
border-color css
<style>
span { border-color: #F4421A; }
span { border-color: rgb(244,66,26); }
td.TdClassName
{
border-color: #F4421A;
}
.TagClassName
{
border-color: #F4421A;
}
</style>