Shades of Orange Red #F4441B
Tints of Orange Red #F4441B
RGB
CMYK
RGB Variations
Color information
#F4441B (or 0xF4441B) is known color: Orange Red. HEX triplet: F4, 44 and 1B. RGB value is (244,68,27). Sum of RGB (Red+Green+Blue) = 244+68+27=339 (44% of max value = 765). Red value is 244 (95.70% from 255 or 71.98% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 244 - color contains mainly: red. Hex color #F4441B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4441B is #0BBBE4. Grayscale: #747474. Windows color (decimal): -768997 or 1787124. OLE color: 1787124.
HSL color Cylindrical-coordinate representation of color #F4441B: hue angle of 11.34º 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 #F4441B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 27 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.04 |
| HSL | 11.34º | 0.91% | 0.53% | - |
| HSV(B) | 11.34º | 0.89% | 0.96% | - |
| XYZ | 39.57 | 23.45 | 3.48 | - |
| YUV | 115.95 | 77.81 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 27 | 0 | 0.72 | 0.89 | 0.04 | 11.34 | 0.91 | 0.53 |
| Hex | F4 | 44 | 1B | 0 | 48 | 59 | 4 | B | 5B | 35 |
| Octal | 364 | 104 | 33 | 0 | 110 | 131 | 4 | 13 | 133 | 65 |
| Binary | 11110100 | 1000100 | 11011 | 0 | 1001000 | 1011001 | 100 | 1011 | 1011011 | 110101 |
Color Harmonies of #F4441B
Complementary color
Monochromatic Colors of #F4441B
Black with #F4441B
Text Example
Text Example
White with #F4441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4441B; }
p { color: rgb(244,68,27); }
H1.HeaderClassName
{
color: #F4441B;
}
.AnyTagClassName
{
color: #F4441B;
}
</style>
background-color css
<style>
a { background-color: #F4441B; }
a { background-color: rgb(244,68,27); }
div.DivClassName
{
background-color: #F4441B;
}
.BgClassName
{
background-color: #F4441B;
}
</style>
border-color css
<style>
span { border-color: #F4441B; }
span { border-color: rgb(244,68,27); }
td.TdClassName
{
border-color: #F4441B;
}
.TagClassName
{
border-color: #F4441B;
}
</style>