Shades of Red Orange #F13C2E
Tints of Red Orange #F13C2E
RGB
CMYK
RGB Variations
Color information
#F13C2E (or 0xF13C2E) is known color: Red Orange. HEX triplet: F1, 3C and 2E. RGB value is (241,60,46). Sum of RGB (Red+Green+Blue) = 241+60+46=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13C2E is #0EC3D1. Grayscale: #707070. Windows color (decimal): -967634 or 3030257. OLE color: 3030257.
HSL color Cylindrical-coordinate representation of color #F13C2E: hue angle of 4.31º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F13C2E is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 60 | 46 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.05 |
| HSL | 4.31º | 0.87% | 0.56% | - |
| HSV(B) | 4.31º | 0.81% | 0.95% | - |
| XYZ | 38.38 | 22.13 | 4.83 | - |
| YUV | 112.52 | 90.47 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 60 | 46 | 0 | 0.75 | 0.81 | 0.05 | 4.31 | 0.87 | 0.56 |
| Hex | F1 | 3C | 2E | 0 | 4B | 51 | 5 | 4 | 57 | 38 |
| Octal | 361 | 74 | 56 | 0 | 113 | 121 | 5 | 4 | 127 | 70 |
| Binary | 11110001 | 111100 | 101110 | 0 | 1001011 | 1010001 | 101 | 100 | 1010111 | 111000 |
Color Harmonies of #F13C2E
Complementary color
Monochromatic Colors of #F13C2E
Black with #F13C2E
Text Example
Text Example
White with #F13C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13C2E; }
p { color: rgb(241,60,46); }
H1.HeaderClassName
{
color: #F13C2E;
}
.AnyTagClassName
{
color: #F13C2E;
}
</style>
background-color css
<style>
a { background-color: #F13C2E; }
a { background-color: rgb(241,60,46); }
div.DivClassName
{
background-color: #F13C2E;
}
.BgClassName
{
background-color: #F13C2E;
}
</style>
border-color css
<style>
span { border-color: #F13C2E; }
span { border-color: rgb(241,60,46); }
td.TdClassName
{
border-color: #F13C2E;
}
.TagClassName
{
border-color: #F13C2E;
}
</style>