Shades of Orange Red #F1400C
Tints of Orange Red #F1400C
RGB
CMYK
RGB Variations
Color information
#F1400C (or 0xF1400C) is known color: Orange Red. HEX triplet: F1, 40 and 0C. RGB value is (241,64,12). Sum of RGB (Red+Green+Blue) = 241+64+12=317 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.03% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 241 - color contains mainly: red. Hex color #F1400C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1400C is #0EBFF3. Grayscale: #6F6F6F. Windows color (decimal): -966644 or 803057. OLE color: 803057.
HSL color Cylindrical-coordinate representation of color #F1400C: hue angle of 13.62º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1400C is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 12 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.05 |
| HSL | 13.62º | 0.91% | 0.5% | - |
| HSV(B) | 13.62º | 0.95% | 0.95% | - |
| XYZ | 38.18 | 22.39 | 2.66 | - |
| YUV | 111 | 72.14 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 12 | 0 | 0.73 | 0.95 | 0.05 | 13.62 | 0.91 | 0.5 |
| Hex | F1 | 40 | C | 0 | 49 | 5F | 5 | E | 5B | 32 |
| Octal | 361 | 100 | 14 | 0 | 111 | 137 | 5 | 16 | 133 | 62 |
| Binary | 11110001 | 1000000 | 1100 | 0 | 1001001 | 1011111 | 101 | 1110 | 1011011 | 110010 |
Color Harmonies of #F1400C
Complementary color
Monochromatic Colors of #F1400C
Black with #F1400C
Text Example
Text Example
White with #F1400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1400C; }
p { color: rgb(241,64,12); }
H1.HeaderClassName
{
color: #F1400C;
}
.AnyTagClassName
{
color: #F1400C;
}
</style>
background-color css
<style>
a { background-color: #F1400C; }
a { background-color: rgb(241,64,12); }
div.DivClassName
{
background-color: #F1400C;
}
.BgClassName
{
background-color: #F1400C;
}
</style>
border-color css
<style>
span { border-color: #F1400C; }
span { border-color: rgb(241,64,12); }
td.TdClassName
{
border-color: #F1400C;
}
.TagClassName
{
border-color: #F1400C;
}
</style>