Shades of Red Orange #FE2820
Tints of Red Orange #FE2820
RGB
CMYK
RGB Variations
Color information
#FE2820 (or 0xFE2820) is known color: Red Orange. HEX triplet: FE, 28 and 20. RGB value is (254,40,32). Sum of RGB (Red+Green+Blue) = 254+40+32=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2820 is #01D7DF. Grayscale: #676767. Windows color (decimal): -120800 or 2107646. OLE color: 2107646.
HSL color Cylindrical-coordinate representation of color #FE2820: hue angle of 2.16º 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 #FE2820 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 32 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.00 |
| HSL | 2.16º | 0.99% | 0.56% | - |
| HSV(B) | 2.16º | 0.87% | 1% | - |
| XYZ | 41.89 | 22.69 | 3.54 | - |
| YUV | 103.07 | 87.9 | 235.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 32 | 0 | 0.84 | 0.87 | 0.00 | 2.16 | 0.99 | 0.56 |
| Hex | FE | 28 | 20 | 0 | 54 | 57 | 0 | 2 | 63 | 38 |
| Octal | 376 | 50 | 40 | 0 | 124 | 127 | 0 | 2 | 143 | 70 |
| Binary | 11111110 | 101000 | 100000 | 0 | 1010100 | 1010111 | 0 | 10 | 1100011 | 111000 |
Color Harmonies of #FE2820
Complementary color
Monochromatic Colors of #FE2820
Black with #FE2820
Text Example
Text Example
White with #FE2820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2820; }
p { color: rgb(254,40,32); }
H1.HeaderClassName
{
color: #FE2820;
}
.AnyTagClassName
{
color: #FE2820;
}
</style>
background-color css
<style>
a { background-color: #FE2820; }
a { background-color: rgb(254,40,32); }
div.DivClassName
{
background-color: #FE2820;
}
.BgClassName
{
background-color: #FE2820;
}
</style>
border-color css
<style>
span { border-color: #FE2820; }
span { border-color: rgb(254,40,32); }
td.TdClassName
{
border-color: #FE2820;
}
.TagClassName
{
border-color: #FE2820;
}
</style>