Shades of Red Orange #FE3128
Tints of Red Orange #FE3128
RGB
CMYK
RGB Variations
Color information
#FE3128 (or 0xFE3128) is known color: Red Orange. HEX triplet: FE, 31 and 28. RGB value is (254,49,40). Sum of RGB (Red+Green+Blue) = 254+49+40=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3128 is #01CED7. Grayscale: #6D6D6D. Windows color (decimal): -118488 or 2634238. OLE color: 2634238.
HSL color Cylindrical-coordinate representation of color #FE3128: hue angle of 2.52º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE3128 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 40 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.00 |
| HSL | 2.52º | 0.99% | 0.58% | - |
| HSV(B) | 2.52º | 0.84% | 1% | - |
| XYZ | 42.35 | 23.42 | 4.3 | - |
| YUV | 109.27 | 88.92 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 40 | 0 | 0.81 | 0.84 | 0.00 | 2.52 | 0.99 | 0.58 |
| Hex | FE | 31 | 28 | 0 | 51 | 54 | 0 | 3 | 63 | 3A |
| Octal | 376 | 61 | 50 | 0 | 121 | 124 | 0 | 3 | 143 | 72 |
| Binary | 11111110 | 110001 | 101000 | 0 | 1010001 | 1010100 | 0 | 11 | 1100011 | 111010 |
Color Harmonies of #FE3128
Complementary color
Monochromatic Colors of #FE3128
Black with #FE3128
Text Example
Text Example
White with #FE3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3128; }
p { color: rgb(254,49,40); }
H1.HeaderClassName
{
color: #FE3128;
}
.AnyTagClassName
{
color: #FE3128;
}
</style>
background-color css
<style>
a { background-color: #FE3128; }
a { background-color: rgb(254,49,40); }
div.DivClassName
{
background-color: #FE3128;
}
.BgClassName
{
background-color: #FE3128;
}
</style>
border-color css
<style>
span { border-color: #FE3128; }
span { border-color: rgb(254,49,40); }
td.TdClassName
{
border-color: #FE3128;
}
.TagClassName
{
border-color: #FE3128;
}
</style>