Shades of Red Orange #F13A1F
Tints of Red Orange #F13A1F
RGB
CMYK
RGB Variations
Color information
#F13A1F (or 0xF13A1F) is known color: Red Orange. HEX triplet: F1, 3A and 1F. RGB value is (241,58,31). Sum of RGB (Red+Green+Blue) = 241+58+31=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13A1F is #0EC5E0. Grayscale: #6D6D6D. Windows color (decimal): -968161 or 2046705. OLE color: 2046705.
HSL color Cylindrical-coordinate representation of color #F13A1F: hue angle of 7.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F13A1F is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 58 | 31 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.05 |
| HSL | 7.71º | 0.88% | 0.53% | - |
| HSV(B) | 7.71º | 0.87% | 0.95% | - |
| XYZ | 38.04 | 21.83 | 3.5 | - |
| YUV | 109.64 | 83.63 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 31 | 0 | 0.76 | 0.87 | 0.05 | 7.71 | 0.88 | 0.53 |
| Hex | F1 | 3A | 1F | 0 | 4C | 57 | 5 | 8 | 58 | 35 |
| Octal | 361 | 72 | 37 | 0 | 114 | 127 | 5 | 10 | 130 | 65 |
| Binary | 11110001 | 111010 | 11111 | 0 | 1001100 | 1010111 | 101 | 1000 | 1011000 | 110101 |
Color Harmonies of #F13A1F
Complementary color
Monochromatic Colors of #F13A1F
Black with #F13A1F
Text Example
Text Example
White with #F13A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13A1F; }
p { color: rgb(241,58,31); }
H1.HeaderClassName
{
color: #F13A1F;
}
.AnyTagClassName
{
color: #F13A1F;
}
</style>
background-color css
<style>
a { background-color: #F13A1F; }
a { background-color: rgb(241,58,31); }
div.DivClassName
{
background-color: #F13A1F;
}
.BgClassName
{
background-color: #F13A1F;
}
</style>
border-color css
<style>
span { border-color: #F13A1F; }
span { border-color: rgb(241,58,31); }
td.TdClassName
{
border-color: #F13A1F;
}
.TagClassName
{
border-color: #F13A1F;
}
</style>