Shades of Red Orange #FE372E
Tints of Red Orange #FE372E
RGB
CMYK
RGB Variations
Color information
#FE372E (or 0xFE372E) is known color: Red Orange. HEX triplet: FE, 37 and 2E. RGB value is (254,55,46). Sum of RGB (Red+Green+Blue) = 254+55+46=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE372E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE372E is #01C8D1. Grayscale: #717171. Windows color (decimal): -116946 or 3028990. OLE color: 3028990.
HSL color Cylindrical-coordinate representation of color #FE372E: hue angle of 2.6º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE372E is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 46 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.00 |
| HSL | 2.6º | 0.99% | 0.59% | - |
| HSV(B) | 2.6º | 0.82% | 1% | - |
| XYZ | 42.73 | 24 | 4.97 | - |
| YUV | 113.48 | 89.93 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 46 | 0 | 0.78 | 0.82 | 0.00 | 2.6 | 0.99 | 0.59 |
| Hex | FE | 37 | 2E | 0 | 4E | 52 | 0 | 3 | 63 | 3B |
| Octal | 376 | 67 | 56 | 0 | 116 | 122 | 0 | 3 | 143 | 73 |
| Binary | 11111110 | 110111 | 101110 | 0 | 1001110 | 1010010 | 0 | 11 | 1100011 | 111011 |
Color Harmonies of #FE372E
Complementary color
Monochromatic Colors of #FE372E
Black with #FE372E
Text Example
Text Example
White with #FE372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE372E; }
p { color: rgb(254,55,46); }
H1.HeaderClassName
{
color: #FE372E;
}
.AnyTagClassName
{
color: #FE372E;
}
</style>
background-color css
<style>
a { background-color: #FE372E; }
a { background-color: rgb(254,55,46); }
div.DivClassName
{
background-color: #FE372E;
}
.BgClassName
{
background-color: #FE372E;
}
</style>
border-color css
<style>
span { border-color: #FE372E; }
span { border-color: rgb(254,55,46); }
td.TdClassName
{
border-color: #FE372E;
}
.TagClassName
{
border-color: #FE372E;
}
</style>