Shades of Orange Red #F1431A
Tints of Orange Red #F1431A
RGB
CMYK
RGB Variations
Color information
#F1431A (or 0xF1431A) is known color: Orange Red. HEX triplet: F1, 43 and 1A. RGB value is (241,67,26). Sum of RGB (Red+Green+Blue) = 241+67+26=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F1431A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1431A is #0EBCE5. Grayscale: #727272. Windows color (decimal): -965862 or 1721329. OLE color: 1721329.
HSL color Cylindrical-coordinate representation of color #F1431A: hue angle of 11.44º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1431A is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 26 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.05 |
| HSL | 11.44º | 0.88% | 0.52% | - |
| HSV(B) | 11.44º | 0.89% | 0.95% | - |
| XYZ | 38.47 | 22.79 | 3.35 | - |
| YUV | 114.35 | 78.15 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 26 | 0 | 0.72 | 0.89 | 0.05 | 11.44 | 0.88 | 0.52 |
| Hex | F1 | 43 | 1A | 0 | 48 | 59 | 5 | B | 58 | 34 |
| Octal | 361 | 103 | 32 | 0 | 110 | 131 | 5 | 13 | 130 | 64 |
| Binary | 11110001 | 1000011 | 11010 | 0 | 1001000 | 1011001 | 101 | 1011 | 1011000 | 110100 |
Color Harmonies of #F1431A
Complementary color
Monochromatic Colors of #F1431A
Black with #F1431A
Text Example
Text Example
White with #F1431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1431A; }
p { color: rgb(241,67,26); }
H1.HeaderClassName
{
color: #F1431A;
}
.AnyTagClassName
{
color: #F1431A;
}
</style>
background-color css
<style>
a { background-color: #F1431A; }
a { background-color: rgb(241,67,26); }
div.DivClassName
{
background-color: #F1431A;
}
.BgClassName
{
background-color: #F1431A;
}
</style>
border-color css
<style>
span { border-color: #F1431A; }
span { border-color: rgb(241,67,26); }
td.TdClassName
{
border-color: #F1431A;
}
.TagClassName
{
border-color: #F1431A;
}
</style>