Shades of Red Orange #F13A1B
Tints of Red Orange #F13A1B
RGB
CMYK
RGB Variations
Color information
#F13A1B (or 0xF13A1B) is known color: Red Orange. HEX triplet: F1, 3A and 1B. RGB value is (241,58,27). Sum of RGB (Red+Green+Blue) = 241+58+27=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13A1B is #0EC5E4. Grayscale: #6D6D6D. Windows color (decimal): -968165 or 1784561. OLE color: 1784561.
HSL color Cylindrical-coordinate representation of color #F13A1B: hue angle of 8.69º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F13A1B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 58 | 27 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.05 |
| HSL | 8.69º | 0.88% | 0.53% | - |
| HSV(B) | 8.69º | 0.89% | 0.95% | - |
| XYZ | 37.99 | 21.81 | 3.24 | - |
| YUV | 109.18 | 81.63 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 27 | 0 | 0.76 | 0.89 | 0.05 | 8.69 | 0.88 | 0.53 |
| Hex | F1 | 3A | 1B | 0 | 4C | 59 | 5 | 9 | 58 | 35 |
| Octal | 361 | 72 | 33 | 0 | 114 | 131 | 5 | 11 | 130 | 65 |
| Binary | 11110001 | 111010 | 11011 | 0 | 1001100 | 1011001 | 101 | 1001 | 1011000 | 110101 |
Color Harmonies of #F13A1B
Complementary color
Monochromatic Colors of #F13A1B
Black with #F13A1B
Text Example
Text Example
White with #F13A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13A1B; }
p { color: rgb(241,58,27); }
H1.HeaderClassName
{
color: #F13A1B;
}
.AnyTagClassName
{
color: #F13A1B;
}
</style>
background-color css
<style>
a { background-color: #F13A1B; }
a { background-color: rgb(241,58,27); }
div.DivClassName
{
background-color: #F13A1B;
}
.BgClassName
{
background-color: #F13A1B;
}
</style>
border-color css
<style>
span { border-color: #F13A1B; }
span { border-color: rgb(241,58,27); }
td.TdClassName
{
border-color: #F13A1B;
}
.TagClassName
{
border-color: #F13A1B;
}
</style>