Shades of Red Orange #FE2B27
Tints of Red Orange #FE2B27
RGB
CMYK
RGB Variations
Color information
#FE2B27 (or 0xFE2B27) is known color: Red Orange. HEX triplet: FE, 2B and 27. RGB value is (254,43,39). Sum of RGB (Red+Green+Blue) = 254+43+39=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2B27 is #01D4D8. Grayscale: #696969. Windows color (decimal): -120025 or 2567166. OLE color: 2567166.
HSL color Cylindrical-coordinate representation of color #FE2B27: hue angle of 1.12º 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 #FE2B27 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 39 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.00 |
| HSL | 1.12º | 0.99% | 0.57% | - |
| HSV(B) | 1.12º | 0.85% | 1% | - |
| XYZ | 42.1 | 22.95 | 4.13 | - |
| YUV | 105.63 | 90.4 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 39 | 0 | 0.83 | 0.85 | 0.00 | 1.12 | 0.99 | 0.57 |
| Hex | FE | 2B | 27 | 0 | 53 | 55 | 0 | 1 | 63 | 39 |
| Octal | 376 | 53 | 47 | 0 | 123 | 125 | 0 | 1 | 143 | 71 |
| Binary | 11111110 | 101011 | 100111 | 0 | 1010011 | 1010101 | 0 | 1 | 1100011 | 111001 |
Color Harmonies of #FE2B27
Complementary color
Monochromatic Colors of #FE2B27
Black with #FE2B27
Text Example
Text Example
White with #FE2B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2B27; }
p { color: rgb(254,43,39); }
H1.HeaderClassName
{
color: #FE2B27;
}
.AnyTagClassName
{
color: #FE2B27;
}
</style>
background-color css
<style>
a { background-color: #FE2B27; }
a { background-color: rgb(254,43,39); }
div.DivClassName
{
background-color: #FE2B27;
}
.BgClassName
{
background-color: #FE2B27;
}
</style>
border-color css
<style>
span { border-color: #FE2B27; }
span { border-color: rgb(254,43,39); }
td.TdClassName
{
border-color: #FE2B27;
}
.TagClassName
{
border-color: #FE2B27;
}
</style>