Shades of Red Orange #FE291E
Tints of Red Orange #FE291E
RGB
CMYK
RGB Variations
Color information
#FE291E (or 0xFE291E) is known color: Red Orange. HEX triplet: FE, 29 and 1E. RGB value is (254,41,30). Sum of RGB (Red+Green+Blue) = 254+41+30=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE291E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE291E is #01D6E1. Grayscale: #676767. Windows color (decimal): -120546 or 1976830. OLE color: 1976830.
HSL color Cylindrical-coordinate representation of color #FE291E: hue angle of 2.95º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE291E is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 30 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.00 |
| HSL | 2.95º | 0.99% | 0.56% | - |
| HSV(B) | 2.95º | 0.88% | 1% | - |
| XYZ | 41.9 | 22.75 | 3.41 | - |
| YUV | 103.43 | 86.57 | 235.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 30 | 0 | 0.84 | 0.88 | 0.00 | 2.95 | 0.99 | 0.56 |
| Hex | FE | 29 | 1E | 0 | 54 | 58 | 0 | 3 | 63 | 38 |
| Octal | 376 | 51 | 36 | 0 | 124 | 130 | 0 | 3 | 143 | 70 |
| Binary | 11111110 | 101001 | 11110 | 0 | 1010100 | 1011000 | 0 | 11 | 1100011 | 111000 |
Color Harmonies of #FE291E
Complementary color
Monochromatic Colors of #FE291E
Black with #FE291E
Text Example
Text Example
White with #FE291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE291E; }
p { color: rgb(254,41,30); }
H1.HeaderClassName
{
color: #FE291E;
}
.AnyTagClassName
{
color: #FE291E;
}
</style>
background-color css
<style>
a { background-color: #FE291E; }
a { background-color: rgb(254,41,30); }
div.DivClassName
{
background-color: #FE291E;
}
.BgClassName
{
background-color: #FE291E;
}
</style>
border-color css
<style>
span { border-color: #FE291E; }
span { border-color: rgb(254,41,30); }
td.TdClassName
{
border-color: #FE291E;
}
.TagClassName
{
border-color: #FE291E;
}
</style>