Shades of Red Orange #FE2421
Tints of Red Orange #FE2421
RGB
CMYK
RGB Variations
Color information
#FE2421 (or 0xFE2421) is known color: Red Orange. HEX triplet: FE, 24 and 21. RGB value is (254,36,33). Sum of RGB (Red+Green+Blue) = 254+36+33=323 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.64% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2421 is #01DBDE. Grayscale: #656565. Windows color (decimal): -121823 or 2172158. OLE color: 2172158.
HSL color Cylindrical-coordinate representation of color #FE2421: hue angle of 0.81º 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 #FE2421 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 33 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.00 |
| HSL | 0.81º | 0.99% | 0.56% | - |
| HSV(B) | 0.81º | 0.87% | 1% | - |
| XYZ | 41.78 | 22.44 | 3.57 | - |
| YUV | 100.84 | 89.72 | 237.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 33 | 0 | 0.86 | 0.87 | 0.00 | 0.81 | 0.99 | 0.56 |
| Hex | FE | 24 | 21 | 0 | 56 | 57 | 0 | 1 | 63 | 38 |
| Octal | 376 | 44 | 41 | 0 | 126 | 127 | 0 | 1 | 143 | 70 |
| Binary | 11111110 | 100100 | 100001 | 0 | 1010110 | 1010111 | 0 | 1 | 1100011 | 111000 |
Color Harmonies of #FE2421
Complementary color
Monochromatic Colors of #FE2421
Black with #FE2421
Text Example
Text Example
White with #FE2421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2421; }
p { color: rgb(254,36,33); }
H1.HeaderClassName
{
color: #FE2421;
}
.AnyTagClassName
{
color: #FE2421;
}
</style>
background-color css
<style>
a { background-color: #FE2421; }
a { background-color: rgb(254,36,33); }
div.DivClassName
{
background-color: #FE2421;
}
.BgClassName
{
background-color: #FE2421;
}
</style>
border-color css
<style>
span { border-color: #FE2421; }
span { border-color: rgb(254,36,33); }
td.TdClassName
{
border-color: #FE2421;
}
.TagClassName
{
border-color: #FE2421;
}
</style>