Shades of Red Orange #F12E2A
Tints of Red Orange #F12E2A
RGB
CMYK
RGB Variations
Color information
#F12E2A (or 0xF12E2A) is known color: Red Orange. HEX triplet: F1, 2E and 2A. RGB value is (241,46,42). Sum of RGB (Red+Green+Blue) = 241+46+42=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12E2A is #0ED1D5. Grayscale: #686868. Windows color (decimal): -971222 or 2764529. OLE color: 2764529.
HSL color Cylindrical-coordinate representation of color #F12E2A: hue angle of 1.21º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12E2A is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 46 | 42 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.05 |
| HSL | 1.21º | 0.88% | 0.55% | - |
| HSV(B) | 1.21º | 0.83% | 0.95% | - |
| XYZ | 37.67 | 20.82 | 4.22 | - |
| YUV | 103.85 | 93.1 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 46 | 42 | 0 | 0.81 | 0.83 | 0.05 | 1.21 | 0.88 | 0.55 |
| Hex | F1 | 2E | 2A | 0 | 51 | 53 | 5 | 1 | 58 | 37 |
| Octal | 361 | 56 | 52 | 0 | 121 | 123 | 5 | 1 | 130 | 67 |
| Binary | 11110001 | 101110 | 101010 | 0 | 1010001 | 1010011 | 101 | 1 | 1011000 | 110111 |
Color Harmonies of #F12E2A
Complementary color
Monochromatic Colors of #F12E2A
Black with #F12E2A
Text Example
Text Example
White with #F12E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12E2A; }
p { color: rgb(241,46,42); }
H1.HeaderClassName
{
color: #F12E2A;
}
.AnyTagClassName
{
color: #F12E2A;
}
</style>
background-color css
<style>
a { background-color: #F12E2A; }
a { background-color: rgb(241,46,42); }
div.DivClassName
{
background-color: #F12E2A;
}
.BgClassName
{
background-color: #F12E2A;
}
</style>
border-color css
<style>
span { border-color: #F12E2A; }
span { border-color: rgb(241,46,42); }
td.TdClassName
{
border-color: #F12E2A;
}
.TagClassName
{
border-color: #F12E2A;
}
</style>