Shades of Red Orange #FE2A21
Tints of Red Orange #FE2A21
RGB
CMYK
RGB Variations
Color information
#FE2A21 (or 0xFE2A21) is known color: Red Orange. HEX triplet: FE, 2A and 21. RGB value is (254,42,33). Sum of RGB (Red+Green+Blue) = 254+42+33=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2A21 is #01D5DE. Grayscale: #686868. Windows color (decimal): -120287 or 2173694. OLE color: 2173694.
HSL color Cylindrical-coordinate representation of color #FE2A21: hue angle of 2.44º 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 #FE2A21 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 33 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.00 |
| HSL | 2.44º | 0.99% | 0.56% | - |
| HSV(B) | 2.44º | 0.87% | 1% | - |
| XYZ | 41.98 | 22.84 | 3.63 | - |
| YUV | 104.36 | 87.74 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 33 | 0 | 0.83 | 0.87 | 0.00 | 2.44 | 0.99 | 0.56 |
| Hex | FE | 2A | 21 | 0 | 53 | 57 | 0 | 2 | 63 | 38 |
| Octal | 376 | 52 | 41 | 0 | 123 | 127 | 0 | 2 | 143 | 70 |
| Binary | 11111110 | 101010 | 100001 | 0 | 1010011 | 1010111 | 0 | 10 | 1100011 | 111000 |
Color Harmonies of #FE2A21
Complementary color
Monochromatic Colors of #FE2A21
Black with #FE2A21
Text Example
Text Example
White with #FE2A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A21; }
p { color: rgb(254,42,33); }
H1.HeaderClassName
{
color: #FE2A21;
}
.AnyTagClassName
{
color: #FE2A21;
}
</style>
background-color css
<style>
a { background-color: #FE2A21; }
a { background-color: rgb(254,42,33); }
div.DivClassName
{
background-color: #FE2A21;
}
.BgClassName
{
background-color: #FE2A21;
}
</style>
border-color css
<style>
span { border-color: #FE2A21; }
span { border-color: rgb(254,42,33); }
td.TdClassName
{
border-color: #FE2A21;
}
.TagClassName
{
border-color: #FE2A21;
}
</style>