Shades of Red Orange #FE2A1F
Tints of Red Orange #FE2A1F
RGB
CMYK
RGB Variations
Color information
#FE2A1F (or 0xFE2A1F) is known color: Red Orange. HEX triplet: FE, 2A and 1F. RGB value is (254,42,31). Sum of RGB (Red+Green+Blue) = 254+42+31=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2A1F is #01D5E0. Grayscale: #686868. Windows color (decimal): -120289 or 2042622. OLE color: 2042622.
HSL color Cylindrical-coordinate representation of color #FE2A1F: hue angle of 2.96º 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 #FE2A1F is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 31 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.00 |
| HSL | 2.96º | 0.99% | 0.56% | - |
| HSV(B) | 2.96º | 0.88% | 1% | - |
| XYZ | 41.95 | 22.83 | 3.49 | - |
| YUV | 104.13 | 86.74 | 234.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 31 | 0 | 0.83 | 0.88 | 0.00 | 2.96 | 0.99 | 0.56 |
| Hex | FE | 2A | 1F | 0 | 53 | 58 | 0 | 3 | 63 | 38 |
| Octal | 376 | 52 | 37 | 0 | 123 | 130 | 0 | 3 | 143 | 70 |
| Binary | 11111110 | 101010 | 11111 | 0 | 1010011 | 1011000 | 0 | 11 | 1100011 | 111000 |
Color Harmonies of #FE2A1F
Complementary color
Monochromatic Colors of #FE2A1F
Black with #FE2A1F
Text Example
Text Example
White with #FE2A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A1F; }
p { color: rgb(254,42,31); }
H1.HeaderClassName
{
color: #FE2A1F;
}
.AnyTagClassName
{
color: #FE2A1F;
}
</style>
background-color css
<style>
a { background-color: #FE2A1F; }
a { background-color: rgb(254,42,31); }
div.DivClassName
{
background-color: #FE2A1F;
}
.BgClassName
{
background-color: #FE2A1F;
}
</style>
border-color css
<style>
span { border-color: #FE2A1F; }
span { border-color: rgb(254,42,31); }
td.TdClassName
{
border-color: #FE2A1F;
}
.TagClassName
{
border-color: #FE2A1F;
}
</style>