Shades of Red Orange #FE371F
Tints of Red Orange #FE371F
RGB
CMYK
RGB Variations
Color information
#FE371F (or 0xFE371F) is known color: Red Orange. HEX triplet: FE, 37 and 1F. RGB value is (254,55,31). Sum of RGB (Red+Green+Blue) = 254+55+31=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE371F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE371F is #01C8E0. Grayscale: #707070. Windows color (decimal): -116961 or 2045950. OLE color: 2045950.
HSL color Cylindrical-coordinate representation of color #FE371F: hue angle of 6.46º 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 #FE371F is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 31 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.00 |
| HSL | 6.46º | 0.99% | 0.56% | - |
| HSV(B) | 6.46º | 0.88% | 1% | - |
| XYZ | 42.49 | 23.9 | 3.67 | - |
| YUV | 111.77 | 82.43 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 31 | 0 | 0.78 | 0.88 | 0.00 | 6.46 | 0.99 | 0.56 |
| Hex | FE | 37 | 1F | 0 | 4E | 58 | 0 | 6 | 63 | 38 |
| Octal | 376 | 67 | 37 | 0 | 116 | 130 | 0 | 6 | 143 | 70 |
| Binary | 11111110 | 110111 | 11111 | 0 | 1001110 | 1011000 | 0 | 110 | 1100011 | 111000 |
Color Harmonies of #FE371F
Complementary color
Monochromatic Colors of #FE371F
Black with #FE371F
Text Example
Text Example
White with #FE371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE371F; }
p { color: rgb(254,55,31); }
H1.HeaderClassName
{
color: #FE371F;
}
.AnyTagClassName
{
color: #FE371F;
}
</style>
background-color css
<style>
a { background-color: #FE371F; }
a { background-color: rgb(254,55,31); }
div.DivClassName
{
background-color: #FE371F;
}
.BgClassName
{
background-color: #FE371F;
}
</style>
border-color css
<style>
span { border-color: #FE371F; }
span { border-color: rgb(254,55,31); }
td.TdClassName
{
border-color: #FE371F;
}
.TagClassName
{
border-color: #FE371F;
}
</style>