Shades of Red Orange #FE371B
Tints of Red Orange #FE371B
RGB
CMYK
RGB Variations
Color information
#FE371B (or 0xFE371B) is known color: Red Orange. HEX triplet: FE, 37 and 1B. RGB value is (254,55,27). Sum of RGB (Red+Green+Blue) = 254+55+27=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE371B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE371B is #01C8E4. Grayscale: #6F6F6F. Windows color (decimal): -116965 or 1783806. OLE color: 1783806.
HSL color Cylindrical-coordinate representation of color #FE371B: hue angle of 7.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE371B is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 27 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.00 |
| HSL | 7.4º | 0.99% | 0.55% | - |
| HSV(B) | 7.4º | 0.89% | 1% | - |
| XYZ | 42.44 | 23.88 | 3.41 | - |
| YUV | 111.31 | 80.43 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 27 | 0 | 0.78 | 0.89 | 0.00 | 7.4 | 0.99 | 0.55 |
| Hex | FE | 37 | 1B | 0 | 4E | 59 | 0 | 7 | 63 | 37 |
| Octal | 376 | 67 | 33 | 0 | 116 | 131 | 0 | 7 | 143 | 67 |
| Binary | 11111110 | 110111 | 11011 | 0 | 1001110 | 1011001 | 0 | 111 | 1100011 | 110111 |
Color Harmonies of #FE371B
Complementary color
Monochromatic Colors of #FE371B
Black with #FE371B
Text Example
Text Example
White with #FE371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE371B; }
p { color: rgb(254,55,27); }
H1.HeaderClassName
{
color: #FE371B;
}
.AnyTagClassName
{
color: #FE371B;
}
</style>
background-color css
<style>
a { background-color: #FE371B; }
a { background-color: rgb(254,55,27); }
div.DivClassName
{
background-color: #FE371B;
}
.BgClassName
{
background-color: #FE371B;
}
</style>
border-color css
<style>
span { border-color: #FE371B; }
span { border-color: rgb(254,55,27); }
td.TdClassName
{
border-color: #FE371B;
}
.TagClassName
{
border-color: #FE371B;
}
</style>