Shades of Red Orange #FE372C
Tints of Red Orange #FE372C
RGB
CMYK
RGB Variations
Color information
#FE372C (or 0xFE372C) is known color: Red Orange. HEX triplet: FE, 37 and 2C. RGB value is (254,55,44). Sum of RGB (Red+Green+Blue) = 254+55+44=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE372C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE372C is #01C8D3. Grayscale: #717171. Windows color (decimal): -116948 or 2897918. OLE color: 2897918.
HSL color Cylindrical-coordinate representation of color #FE372C: hue angle of 3.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE372C is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 44 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.00 |
| HSL | 3.14º | 0.99% | 0.58% | - |
| HSV(B) | 3.14º | 0.83% | 1% | - |
| XYZ | 42.69 | 23.99 | 4.76 | - |
| YUV | 113.25 | 88.93 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 44 | 0 | 0.78 | 0.83 | 0.00 | 3.14 | 0.99 | 0.58 |
| Hex | FE | 37 | 2C | 0 | 4E | 53 | 0 | 3 | 63 | 3A |
| Octal | 376 | 67 | 54 | 0 | 116 | 123 | 0 | 3 | 143 | 72 |
| Binary | 11111110 | 110111 | 101100 | 0 | 1001110 | 1010011 | 0 | 11 | 1100011 | 111010 |
Color Harmonies of #FE372C
Complementary color
Monochromatic Colors of #FE372C
Black with #FE372C
Text Example
Text Example
White with #FE372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE372C; }
p { color: rgb(254,55,44); }
H1.HeaderClassName
{
color: #FE372C;
}
.AnyTagClassName
{
color: #FE372C;
}
</style>
background-color css
<style>
a { background-color: #FE372C; }
a { background-color: rgb(254,55,44); }
div.DivClassName
{
background-color: #FE372C;
}
.BgClassName
{
background-color: #FE372C;
}
</style>
border-color css
<style>
span { border-color: #FE372C; }
span { border-color: rgb(254,55,44); }
td.TdClassName
{
border-color: #FE372C;
}
.TagClassName
{
border-color: #FE372C;
}
</style>