Shades of Red Orange #FE2E20
Tints of Red Orange #FE2E20
RGB
CMYK
RGB Variations
Color information
#FE2E20 (or 0xFE2E20) is known color: Red Orange. HEX triplet: FE, 2E and 20. RGB value is (254,46,32). Sum of RGB (Red+Green+Blue) = 254+46+32=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2E20 is #01D1DF. Grayscale: #6A6A6A. Windows color (decimal): -119264 or 2109182. OLE color: 2109182.
HSL color Cylindrical-coordinate representation of color #FE2E20: hue angle of 3.78º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2E20 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 32 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.00 |
| HSL | 3.78º | 0.99% | 0.56% | - |
| HSV(B) | 3.78º | 0.87% | 1% | - |
| XYZ | 42.11 | 23.13 | 3.61 | - |
| YUV | 106.6 | 85.91 | 233.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 32 | 0 | 0.82 | 0.87 | 0.00 | 3.78 | 0.99 | 0.56 |
| Hex | FE | 2E | 20 | 0 | 52 | 57 | 0 | 4 | 63 | 38 |
| Octal | 376 | 56 | 40 | 0 | 122 | 127 | 0 | 4 | 143 | 70 |
| Binary | 11111110 | 101110 | 100000 | 0 | 1010010 | 1010111 | 0 | 100 | 1100011 | 111000 |
Color Harmonies of #FE2E20
Complementary color
Monochromatic Colors of #FE2E20
Black with #FE2E20
Text Example
Text Example
White with #FE2E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2E20; }
p { color: rgb(254,46,32); }
H1.HeaderClassName
{
color: #FE2E20;
}
.AnyTagClassName
{
color: #FE2E20;
}
</style>
background-color css
<style>
a { background-color: #FE2E20; }
a { background-color: rgb(254,46,32); }
div.DivClassName
{
background-color: #FE2E20;
}
.BgClassName
{
background-color: #FE2E20;
}
</style>
border-color css
<style>
span { border-color: #FE2E20; }
span { border-color: rgb(254,46,32); }
td.TdClassName
{
border-color: #FE2E20;
}
.TagClassName
{
border-color: #FE2E20;
}
</style>