Shades of Red Orange #FE371E
Tints of Red Orange #FE371E
RGB
CMYK
RGB Variations
Color information
#FE371E (or 0xFE371E) is known color: Red Orange. HEX triplet: FE, 37 and 1E. RGB value is (254,55,30). Sum of RGB (Red+Green+Blue) = 254+55+30=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE371E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE371E is #01C8E1. Grayscale: #6F6F6F. Windows color (decimal): -116962 or 1980414. OLE color: 1980414.
HSL color Cylindrical-coordinate representation of color #FE371E: hue angle of 6.7º 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 #FE371E is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 30 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.00 |
| HSL | 6.7º | 0.99% | 0.56% | - |
| HSV(B) | 6.7º | 0.88% | 1% | - |
| XYZ | 42.47 | 23.9 | 3.6 | - |
| YUV | 111.65 | 81.93 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 30 | 0 | 0.78 | 0.88 | 0.00 | 6.7 | 0.99 | 0.56 |
| Hex | FE | 37 | 1E | 0 | 4E | 58 | 0 | 7 | 63 | 38 |
| Octal | 376 | 67 | 36 | 0 | 116 | 130 | 0 | 7 | 143 | 70 |
| Binary | 11111110 | 110111 | 11110 | 0 | 1001110 | 1011000 | 0 | 111 | 1100011 | 111000 |
Color Harmonies of #FE371E
Complementary color
Monochromatic Colors of #FE371E
Black with #FE371E
Text Example
Text Example
White with #FE371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE371E; }
p { color: rgb(254,55,30); }
H1.HeaderClassName
{
color: #FE371E;
}
.AnyTagClassName
{
color: #FE371E;
}
</style>
background-color css
<style>
a { background-color: #FE371E; }
a { background-color: rgb(254,55,30); }
div.DivClassName
{
background-color: #FE371E;
}
.BgClassName
{
background-color: #FE371E;
}
</style>
border-color css
<style>
span { border-color: #FE371E; }
span { border-color: rgb(254,55,30); }
td.TdClassName
{
border-color: #FE371E;
}
.TagClassName
{
border-color: #FE371E;
}
</style>