Shades of Red Orange #FE2A27
Tints of Red Orange #FE2A27
RGB
CMYK
RGB Variations
Color information
#FE2A27 (or 0xFE2A27) is known color: Red Orange. HEX triplet: FE, 2A and 27. RGB value is (254,42,39). Sum of RGB (Red+Green+Blue) = 254+42+39=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2A27 is #01D5D8. Grayscale: #696969. Windows color (decimal): -120281 or 2566910. OLE color: 2566910.
HSL color Cylindrical-coordinate representation of color #FE2A27: hue angle of 0.84º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2A27 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 39 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.00 |
| HSL | 0.84º | 0.99% | 0.57% | - |
| HSV(B) | 0.84º | 0.85% | 1% | - |
| XYZ | 42.07 | 22.87 | 4.12 | - |
| YUV | 105.05 | 90.74 | 234.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 39 | 0 | 0.83 | 0.85 | 0.00 | 0.84 | 0.99 | 0.57 |
| Hex | FE | 2A | 27 | 0 | 53 | 55 | 0 | 1 | 63 | 39 |
| Octal | 376 | 52 | 47 | 0 | 123 | 125 | 0 | 1 | 143 | 71 |
| Binary | 11111110 | 101010 | 100111 | 0 | 1010011 | 1010101 | 0 | 1 | 1100011 | 111001 |
Color Harmonies of #FE2A27
Complementary color
Monochromatic Colors of #FE2A27
Black with #FE2A27
Text Example
Text Example
White with #FE2A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A27; }
p { color: rgb(254,42,39); }
H1.HeaderClassName
{
color: #FE2A27;
}
.AnyTagClassName
{
color: #FE2A27;
}
</style>
background-color css
<style>
a { background-color: #FE2A27; }
a { background-color: rgb(254,42,39); }
div.DivClassName
{
background-color: #FE2A27;
}
.BgClassName
{
background-color: #FE2A27;
}
</style>
border-color css
<style>
span { border-color: #FE2A27; }
span { border-color: rgb(254,42,39); }
td.TdClassName
{
border-color: #FE2A27;
}
.TagClassName
{
border-color: #FE2A27;
}
</style>