Shades of Orange Red #F14412
Tints of Orange Red #F14412
RGB
CMYK
RGB Variations
Color information
#F14412 (or 0xF14412) is known color: Orange Red. HEX triplet: F1, 44 and 12. RGB value is (241,68,18). Sum of RGB (Red+Green+Blue) = 241+68+18=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F14412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14412 is #0EBBED. Grayscale: #727272. Windows color (decimal): -965614 or 1197297. OLE color: 1197297.
HSL color Cylindrical-coordinate representation of color #F14412: hue angle of 13.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F14412 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 18 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.05 |
| HSL | 13.45º | 0.89% | 0.51% | - |
| HSV(B) | 13.45º | 0.93% | 0.95% | - |
| XYZ | 38.45 | 22.88 | 2.96 | - |
| YUV | 114.03 | 73.81 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 18 | 0 | 0.72 | 0.93 | 0.05 | 13.45 | 0.89 | 0.51 |
| Hex | F1 | 44 | 12 | 0 | 48 | 5D | 5 | D | 59 | 33 |
| Octal | 361 | 104 | 22 | 0 | 110 | 135 | 5 | 15 | 131 | 63 |
| Binary | 11110001 | 1000100 | 10010 | 0 | 1001000 | 1011101 | 101 | 1101 | 1011001 | 110011 |
Color Harmonies of #F14412
Complementary color
Monochromatic Colors of #F14412
Black with #F14412
Text Example
Text Example
White with #F14412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14412; }
p { color: rgb(241,68,18); }
H1.HeaderClassName
{
color: #F14412;
}
.AnyTagClassName
{
color: #F14412;
}
</style>
background-color css
<style>
a { background-color: #F14412; }
a { background-color: rgb(241,68,18); }
div.DivClassName
{
background-color: #F14412;
}
.BgClassName
{
background-color: #F14412;
}
</style>
border-color css
<style>
span { border-color: #F14412; }
span { border-color: rgb(241,68,18); }
td.TdClassName
{
border-color: #F14412;
}
.TagClassName
{
border-color: #F14412;
}
</style>