Shades of Red Orange #FE2821
Tints of Red Orange #FE2821
RGB
CMYK
RGB Variations
Color information
#FE2821 (or 0xFE2821) is known color: Red Orange. HEX triplet: FE, 28 and 21. RGB value is (254,40,33). Sum of RGB (Red+Green+Blue) = 254+40+33=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2821 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2821 is #01D7DE. Grayscale: #676767. Windows color (decimal): -120799 or 2173182. OLE color: 2173182.
HSL color Cylindrical-coordinate representation of color #FE2821: hue angle of 1.9º 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 #FE2821 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 33 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.00 |
| HSL | 1.9º | 0.99% | 0.56% | - |
| HSV(B) | 1.9º | 0.87% | 1% | - |
| XYZ | 41.91 | 22.7 | 3.61 | - |
| YUV | 103.19 | 88.4 | 235.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 33 | 0 | 0.84 | 0.87 | 0.00 | 1.9 | 0.99 | 0.56 |
| Hex | FE | 28 | 21 | 0 | 54 | 57 | 0 | 2 | 63 | 38 |
| Octal | 376 | 50 | 41 | 0 | 124 | 127 | 0 | 2 | 143 | 70 |
| Binary | 11111110 | 101000 | 100001 | 0 | 1010100 | 1010111 | 0 | 10 | 1100011 | 111000 |
Color Harmonies of #FE2821
Complementary color
Monochromatic Colors of #FE2821
Black with #FE2821
Text Example
Text Example
White with #FE2821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2821; }
p { color: rgb(254,40,33); }
H1.HeaderClassName
{
color: #FE2821;
}
.AnyTagClassName
{
color: #FE2821;
}
</style>
background-color css
<style>
a { background-color: #FE2821; }
a { background-color: rgb(254,40,33); }
div.DivClassName
{
background-color: #FE2821;
}
.BgClassName
{
background-color: #FE2821;
}
</style>
border-color css
<style>
span { border-color: #FE2821; }
span { border-color: rgb(254,40,33); }
td.TdClassName
{
border-color: #FE2821;
}
.TagClassName
{
border-color: #FE2821;
}
</style>