Shades of Red Orange #FE372F
Tints of Red Orange #FE372F
RGB
CMYK
RGB Variations
Color information
#FE372F (or 0xFE372F) is known color: Red Orange. HEX triplet: FE, 37 and 2F. RGB value is (254,55,47). Sum of RGB (Red+Green+Blue) = 254+55+47=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE372F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE372F is #01C8D0. Grayscale: #717171. Windows color (decimal): -116945 or 3094526. OLE color: 3094526.
HSL color Cylindrical-coordinate representation of color #FE372F: hue angle of 2.32º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE372F is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 47 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.00 |
| HSL | 2.32º | 0.99% | 0.59% | - |
| HSV(B) | 2.32º | 0.81% | 1% | - |
| XYZ | 42.75 | 24.01 | 5.07 | - |
| YUV | 113.59 | 90.43 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 47 | 0 | 0.78 | 0.81 | 0.00 | 2.32 | 0.99 | 0.59 |
| Hex | FE | 37 | 2F | 0 | 4E | 51 | 0 | 2 | 63 | 3B |
| Octal | 376 | 67 | 57 | 0 | 116 | 121 | 0 | 2 | 143 | 73 |
| Binary | 11111110 | 110111 | 101111 | 0 | 1001110 | 1010001 | 0 | 10 | 1100011 | 111011 |
Color Harmonies of #FE372F
Complementary color
Monochromatic Colors of #FE372F
Black with #FE372F
Text Example
Text Example
White with #FE372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE372F; }
p { color: rgb(254,55,47); }
H1.HeaderClassName
{
color: #FE372F;
}
.AnyTagClassName
{
color: #FE372F;
}
</style>
background-color css
<style>
a { background-color: #FE372F; }
a { background-color: rgb(254,55,47); }
div.DivClassName
{
background-color: #FE372F;
}
.BgClassName
{
background-color: #FE372F;
}
</style>
border-color css
<style>
span { border-color: #FE372F; }
span { border-color: rgb(254,55,47); }
td.TdClassName
{
border-color: #FE372F;
}
.TagClassName
{
border-color: #FE372F;
}
</style>