Shades of Red Orange #FE2E1F
Tints of Red Orange #FE2E1F
RGB
CMYK
RGB Variations
Color information
#FE2E1F (or 0xFE2E1F) is known color: Red Orange. HEX triplet: FE, 2E and 1F. RGB value is (254,46,31). Sum of RGB (Red+Green+Blue) = 254+46+31=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2E1F is #01D1E0. Grayscale: #6A6A6A. Windows color (decimal): -119265 or 2043646. OLE color: 2043646.
HSL color Cylindrical-coordinate representation of color #FE2E1F: hue angle of 4.04º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE2E1F is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 31 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.00 |
| HSL | 4.04º | 0.99% | 0.56% | - |
| HSV(B) | 4.04º | 0.88% | 1% | - |
| XYZ | 42.1 | 23.12 | 3.54 | - |
| YUV | 106.48 | 85.41 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 31 | 0 | 0.82 | 0.88 | 0.00 | 4.04 | 0.99 | 0.56 |
| Hex | FE | 2E | 1F | 0 | 52 | 58 | 0 | 4 | 63 | 38 |
| Octal | 376 | 56 | 37 | 0 | 122 | 130 | 0 | 4 | 143 | 70 |
| Binary | 11111110 | 101110 | 11111 | 0 | 1010010 | 1011000 | 0 | 100 | 1100011 | 111000 |
Color Harmonies of #FE2E1F
Complementary color
Monochromatic Colors of #FE2E1F
Black with #FE2E1F
Text Example
Text Example
White with #FE2E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2E1F; }
p { color: rgb(254,46,31); }
H1.HeaderClassName
{
color: #FE2E1F;
}
.AnyTagClassName
{
color: #FE2E1F;
}
</style>
background-color css
<style>
a { background-color: #FE2E1F; }
a { background-color: rgb(254,46,31); }
div.DivClassName
{
background-color: #FE2E1F;
}
.BgClassName
{
background-color: #FE2E1F;
}
</style>
border-color css
<style>
span { border-color: #FE2E1F; }
span { border-color: rgb(254,46,31); }
td.TdClassName
{
border-color: #FE2E1F;
}
.TagClassName
{
border-color: #FE2E1F;
}
</style>