Shades of Red Orange #FE3C27
Tints of Red Orange #FE3C27
RGB
CMYK
RGB Variations
Color information
#FE3C27 (or 0xFE3C27) is known color: Red Orange. HEX triplet: FE, 3C and 27. RGB value is (254,60,39). Sum of RGB (Red+Green+Blue) = 254+60+39=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3C27 is #01C3D8. Grayscale: #737373. Windows color (decimal): -115673 or 2571518. OLE color: 2571518.
HSL color Cylindrical-coordinate representation of color #FE3C27: hue angle of 5.86º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE3C27 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 39 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.00 |
| HSL | 5.86º | 0.99% | 0.57% | - |
| HSV(B) | 5.86º | 0.85% | 1% | - |
| XYZ | 42.86 | 24.45 | 4.38 | - |
| YUV | 115.61 | 84.77 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 39 | 0 | 0.76 | 0.85 | 0.00 | 5.86 | 0.99 | 0.57 |
| Hex | FE | 3C | 27 | 0 | 4C | 55 | 0 | 6 | 63 | 39 |
| Octal | 376 | 74 | 47 | 0 | 114 | 125 | 0 | 6 | 143 | 71 |
| Binary | 11111110 | 111100 | 100111 | 0 | 1001100 | 1010101 | 0 | 110 | 1100011 | 111001 |
Color Harmonies of #FE3C27
Complementary color
Monochromatic Colors of #FE3C27
Black with #FE3C27
Text Example
Text Example
White with #FE3C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C27; }
p { color: rgb(254,60,39); }
H1.HeaderClassName
{
color: #FE3C27;
}
.AnyTagClassName
{
color: #FE3C27;
}
</style>
background-color css
<style>
a { background-color: #FE3C27; }
a { background-color: rgb(254,60,39); }
div.DivClassName
{
background-color: #FE3C27;
}
.BgClassName
{
background-color: #FE3C27;
}
</style>
border-color css
<style>
span { border-color: #FE3C27; }
span { border-color: rgb(254,60,39); }
td.TdClassName
{
border-color: #FE3C27;
}
.TagClassName
{
border-color: #FE3C27;
}
</style>