Shades of Red Orange #FE2825
Tints of Red Orange #FE2825
RGB
CMYK
RGB Variations
Color information
#FE2825 (or 0xFE2825) is known color: Red Orange. HEX triplet: FE, 28 and 25. RGB value is (254,40,37). Sum of RGB (Red+Green+Blue) = 254+40+37=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2825 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2825 is #01D7DA. Grayscale: #676767. Windows color (decimal): -120795 or 2435326. OLE color: 2435326.
HSL color Cylindrical-coordinate representation of color #FE2825: hue angle of 0.83º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2825 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 37 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.00 |
| HSL | 0.83º | 0.99% | 0.57% | - |
| HSV(B) | 0.83º | 0.85% | 1% | - |
| XYZ | 41.97 | 22.72 | 3.92 | - |
| YUV | 103.64 | 90.4 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 37 | 0 | 0.84 | 0.85 | 0.00 | 0.83 | 0.99 | 0.57 |
| Hex | FE | 28 | 25 | 0 | 54 | 55 | 0 | 1 | 63 | 39 |
| Octal | 376 | 50 | 45 | 0 | 124 | 125 | 0 | 1 | 143 | 71 |
| Binary | 11111110 | 101000 | 100101 | 0 | 1010100 | 1010101 | 0 | 1 | 1100011 | 111001 |
Color Harmonies of #FE2825
Complementary color
Monochromatic Colors of #FE2825
Black with #FE2825
Text Example
Text Example
White with #FE2825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2825; }
p { color: rgb(254,40,37); }
H1.HeaderClassName
{
color: #FE2825;
}
.AnyTagClassName
{
color: #FE2825;
}
</style>
background-color css
<style>
a { background-color: #FE2825; }
a { background-color: rgb(254,40,37); }
div.DivClassName
{
background-color: #FE2825;
}
.BgClassName
{
background-color: #FE2825;
}
</style>
border-color css
<style>
span { border-color: #FE2825; }
span { border-color: rgb(254,40,37); }
td.TdClassName
{
border-color: #FE2825;
}
.TagClassName
{
border-color: #FE2825;
}
</style>