Shades of Red Orange #FE2F21
Tints of Red Orange #FE2F21
RGB
CMYK
RGB Variations
Color information
#FE2F21 (or 0xFE2F21) is known color: Red Orange. HEX triplet: FE, 2F and 21. RGB value is (254,47,33). Sum of RGB (Red+Green+Blue) = 254+47+33=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F21 is #01D0DE. Grayscale: #6B6B6B. Windows color (decimal): -119007 or 2174974. OLE color: 2174974.
HSL color Cylindrical-coordinate representation of color #FE2F21: hue angle of 3.8º 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 #FE2F21 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 33 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.00 |
| HSL | 3.8º | 0.99% | 0.56% | - |
| HSV(B) | 3.8º | 0.87% | 1% | - |
| XYZ | 42.16 | 23.21 | 3.7 | - |
| YUV | 107.3 | 86.08 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 33 | 0 | 0.81 | 0.87 | 0.00 | 3.8 | 0.99 | 0.56 |
| Hex | FE | 2F | 21 | 0 | 51 | 57 | 0 | 4 | 63 | 38 |
| Octal | 376 | 57 | 41 | 0 | 121 | 127 | 0 | 4 | 143 | 70 |
| Binary | 11111110 | 101111 | 100001 | 0 | 1010001 | 1010111 | 0 | 100 | 1100011 | 111000 |
Color Harmonies of #FE2F21
Complementary color
Monochromatic Colors of #FE2F21
Black with #FE2F21
Text Example
Text Example
White with #FE2F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F21; }
p { color: rgb(254,47,33); }
H1.HeaderClassName
{
color: #FE2F21;
}
.AnyTagClassName
{
color: #FE2F21;
}
</style>
background-color css
<style>
a { background-color: #FE2F21; }
a { background-color: rgb(254,47,33); }
div.DivClassName
{
background-color: #FE2F21;
}
.BgClassName
{
background-color: #FE2F21;
}
</style>
border-color css
<style>
span { border-color: #FE2F21; }
span { border-color: rgb(254,47,33); }
td.TdClassName
{
border-color: #FE2F21;
}
.TagClassName
{
border-color: #FE2F21;
}
</style>