Shades of Red Orange #FE371C
Tints of Red Orange #FE371C
RGB
CMYK
RGB Variations
Color information
#FE371C (or 0xFE371C) is known color: Red Orange. HEX triplet: FE, 37 and 1C. RGB value is (254,55,28). Sum of RGB (Red+Green+Blue) = 254+55+28=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE371C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE371C is #01C8E3. Grayscale: #6F6F6F. Windows color (decimal): -116964 or 1849342. OLE color: 1849342.
HSL color Cylindrical-coordinate representation of color #FE371C: hue angle of 7.17º 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 #FE371C is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 28 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.00 |
| HSL | 7.17º | 0.99% | 0.55% | - |
| HSV(B) | 7.17º | 0.89% | 1% | - |
| XYZ | 42.45 | 23.89 | 3.47 | - |
| YUV | 111.42 | 80.93 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 28 | 0 | 0.78 | 0.89 | 0.00 | 7.17 | 0.99 | 0.55 |
| Hex | FE | 37 | 1C | 0 | 4E | 59 | 0 | 7 | 63 | 37 |
| Octal | 376 | 67 | 34 | 0 | 116 | 131 | 0 | 7 | 143 | 67 |
| Binary | 11111110 | 110111 | 11100 | 0 | 1001110 | 1011001 | 0 | 111 | 1100011 | 110111 |
Color Harmonies of #FE371C
Complementary color
Monochromatic Colors of #FE371C
Black with #FE371C
Text Example
Text Example
White with #FE371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE371C; }
p { color: rgb(254,55,28); }
H1.HeaderClassName
{
color: #FE371C;
}
.AnyTagClassName
{
color: #FE371C;
}
</style>
background-color css
<style>
a { background-color: #FE371C; }
a { background-color: rgb(254,55,28); }
div.DivClassName
{
background-color: #FE371C;
}
.BgClassName
{
background-color: #FE371C;
}
</style>
border-color css
<style>
span { border-color: #FE371C; }
span { border-color: rgb(254,55,28); }
td.TdClassName
{
border-color: #FE371C;
}
.TagClassName
{
border-color: #FE371C;
}
</style>