Shades of Red Orange #FE2F1D
Tints of Red Orange #FE2F1D
RGB
CMYK
RGB Variations
Color information
#FE2F1D (or 0xFE2F1D) is known color: Red Orange. HEX triplet: FE, 2F and 1D. RGB value is (254,47,29). Sum of RGB (Red+Green+Blue) = 254+47+29=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F1D is #01D0E2. Grayscale: #6B6B6B. Windows color (decimal): -119011 or 1912830. OLE color: 1912830.
HSL color Cylindrical-coordinate representation of color #FE2F1D: hue angle of 4.8º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE2F1D is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 29 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.00 |
| HSL | 4.8º | 0.99% | 0.55% | - |
| HSV(B) | 4.8º | 0.89% | 1% | - |
| XYZ | 42.11 | 23.19 | 3.42 | - |
| YUV | 106.84 | 84.08 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 29 | 0 | 0.81 | 0.89 | 0.00 | 4.8 | 0.99 | 0.55 |
| Hex | FE | 2F | 1D | 0 | 51 | 59 | 0 | 5 | 63 | 37 |
| Octal | 376 | 57 | 35 | 0 | 121 | 131 | 0 | 5 | 143 | 67 |
| Binary | 11111110 | 101111 | 11101 | 0 | 1010001 | 1011001 | 0 | 101 | 1100011 | 110111 |
Color Harmonies of #FE2F1D
Complementary color
Monochromatic Colors of #FE2F1D
Black with #FE2F1D
Text Example
Text Example
White with #FE2F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F1D; }
p { color: rgb(254,47,29); }
H1.HeaderClassName
{
color: #FE2F1D;
}
.AnyTagClassName
{
color: #FE2F1D;
}
</style>
background-color css
<style>
a { background-color: #FE2F1D; }
a { background-color: rgb(254,47,29); }
div.DivClassName
{
background-color: #FE2F1D;
}
.BgClassName
{
background-color: #FE2F1D;
}
</style>
border-color css
<style>
span { border-color: #FE2F1D; }
span { border-color: rgb(254,47,29); }
td.TdClassName
{
border-color: #FE2F1D;
}
.TagClassName
{
border-color: #FE2F1D;
}
</style>