Shades of Red Orange #FE2F27
Tints of Red Orange #FE2F27
RGB
CMYK
RGB Variations
Color information
#FE2F27 (or 0xFE2F27) is known color: Red Orange. HEX triplet: FE, 2F and 27. RGB value is (254,47,39). Sum of RGB (Red+Green+Blue) = 254+47+39=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F27 is #01D0D8. Grayscale: #6C6C6C. Windows color (decimal): -119001 or 2568190. OLE color: 2568190.
HSL color Cylindrical-coordinate representation of color #FE2F27: hue angle of 2.23º 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 #FE2F27 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 39 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.00 |
| HSL | 2.23º | 0.99% | 0.57% | - |
| HSV(B) | 2.23º | 0.85% | 1% | - |
| XYZ | 42.26 | 23.25 | 4.18 | - |
| YUV | 107.98 | 89.08 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 39 | 0 | 0.81 | 0.85 | 0.00 | 2.23 | 0.99 | 0.57 |
| Hex | FE | 2F | 27 | 0 | 51 | 55 | 0 | 2 | 63 | 39 |
| Octal | 376 | 57 | 47 | 0 | 121 | 125 | 0 | 2 | 143 | 71 |
| Binary | 11111110 | 101111 | 100111 | 0 | 1010001 | 1010101 | 0 | 10 | 1100011 | 111001 |
Color Harmonies of #FE2F27
Complementary color
Monochromatic Colors of #FE2F27
Black with #FE2F27
Text Example
Text Example
White with #FE2F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F27; }
p { color: rgb(254,47,39); }
H1.HeaderClassName
{
color: #FE2F27;
}
.AnyTagClassName
{
color: #FE2F27;
}
</style>
background-color css
<style>
a { background-color: #FE2F27; }
a { background-color: rgb(254,47,39); }
div.DivClassName
{
background-color: #FE2F27;
}
.BgClassName
{
background-color: #FE2F27;
}
</style>
border-color css
<style>
span { border-color: #FE2F27; }
span { border-color: rgb(254,47,39); }
td.TdClassName
{
border-color: #FE2F27;
}
.TagClassName
{
border-color: #FE2F27;
}
</style>