Shades of Red Orange #FE3731
Tints of Red Orange #FE3731
RGB
CMYK
RGB Variations
Color information
#FE3731 (or 0xFE3731) is known color: Red Orange. HEX triplet: FE, 37 and 31. RGB value is (254,55,49). Sum of RGB (Red+Green+Blue) = 254+55+49=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3731 is #01C8CE. Grayscale: #727272. Windows color (decimal): -116943 or 3225598. OLE color: 3225598.
HSL color Cylindrical-coordinate representation of color #FE3731: hue angle of 1.76º 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 #FE3731 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 49 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.00 |
| HSL | 1.76º | 0.99% | 0.59% | - |
| HSV(B) | 1.76º | 0.81% | 1% | - |
| XYZ | 42.79 | 24.02 | 5.29 | - |
| YUV | 113.82 | 91.43 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 49 | 0 | 0.78 | 0.81 | 0.00 | 1.76 | 0.99 | 0.59 |
| Hex | FE | 37 | 31 | 0 | 4E | 51 | 0 | 2 | 63 | 3B |
| Octal | 376 | 67 | 61 | 0 | 116 | 121 | 0 | 2 | 143 | 73 |
| Binary | 11111110 | 110111 | 110001 | 0 | 1001110 | 1010001 | 0 | 10 | 1100011 | 111011 |
Color Harmonies of #FE3731
Complementary color
Monochromatic Colors of #FE3731
Black with #FE3731
Text Example
Text Example
White with #FE3731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3731; }
p { color: rgb(254,55,49); }
H1.HeaderClassName
{
color: #FE3731;
}
.AnyTagClassName
{
color: #FE3731;
}
</style>
background-color css
<style>
a { background-color: #FE3731; }
a { background-color: rgb(254,55,49); }
div.DivClassName
{
background-color: #FE3731;
}
.BgClassName
{
background-color: #FE3731;
}
</style>
border-color css
<style>
span { border-color: #FE3731; }
span { border-color: rgb(254,55,49); }
td.TdClassName
{
border-color: #FE3731;
}
.TagClassName
{
border-color: #FE3731;
}
</style>