Shades of Red Orange #FE2C1F
Tints of Red Orange #FE2C1F
RGB
CMYK
RGB Variations
Color information
#FE2C1F (or 0xFE2C1F) is known color: Red Orange. HEX triplet: FE, 2C and 1F. RGB value is (254,44,31). Sum of RGB (Red+Green+Blue) = 254+44+31=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2C1F is #01D3E0. Grayscale: #696969. Windows color (decimal): -119777 or 2043134. OLE color: 2043134.
HSL color Cylindrical-coordinate representation of color #FE2C1F: hue angle of 3.5º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE2C1F is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 31 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.00 |
| HSL | 3.5º | 0.99% | 0.56% | - |
| HSV(B) | 3.5º | 0.88% | 1% | - |
| XYZ | 42.02 | 22.97 | 3.52 | - |
| YUV | 105.31 | 86.07 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 31 | 0 | 0.83 | 0.88 | 0.00 | 3.5 | 0.99 | 0.56 |
| Hex | FE | 2C | 1F | 0 | 53 | 58 | 0 | 3 | 63 | 38 |
| Octal | 376 | 54 | 37 | 0 | 123 | 130 | 0 | 3 | 143 | 70 |
| Binary | 11111110 | 101100 | 11111 | 0 | 1010011 | 1011000 | 0 | 11 | 1100011 | 111000 |
Color Harmonies of #FE2C1F
Complementary color
Monochromatic Colors of #FE2C1F
Black with #FE2C1F
Text Example
Text Example
White with #FE2C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2C1F; }
p { color: rgb(254,44,31); }
H1.HeaderClassName
{
color: #FE2C1F;
}
.AnyTagClassName
{
color: #FE2C1F;
}
</style>
background-color css
<style>
a { background-color: #FE2C1F; }
a { background-color: rgb(254,44,31); }
div.DivClassName
{
background-color: #FE2C1F;
}
.BgClassName
{
background-color: #FE2C1F;
}
</style>
border-color css
<style>
span { border-color: #FE2C1F; }
span { border-color: rgb(254,44,31); }
td.TdClassName
{
border-color: #FE2C1F;
}
.TagClassName
{
border-color: #FE2C1F;
}
</style>