Shades of Red Orange #FE331D
Tints of Red Orange #FE331D
RGB
CMYK
RGB Variations
Color information
#FE331D (or 0xFE331D) is known color: Red Orange. HEX triplet: FE, 33 and 1D. RGB value is (254,51,29). Sum of RGB (Red+Green+Blue) = 254+51+29=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE331D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE331D is #01CCE2. Grayscale: #6D6D6D. Windows color (decimal): -117987 or 1913854. OLE color: 1913854.
HSL color Cylindrical-coordinate representation of color #FE331D: hue angle of 5.87º 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 #FE331D is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 29 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.00 |
| HSL | 5.87º | 0.99% | 0.55% | - |
| HSV(B) | 5.87º | 0.89% | 1% | - |
| XYZ | 42.28 | 23.53 | 3.48 | - |
| YUV | 109.19 | 82.75 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 29 | 0 | 0.80 | 0.89 | 0.00 | 5.87 | 0.99 | 0.55 |
| Hex | FE | 33 | 1D | 0 | 50 | 59 | 0 | 6 | 63 | 37 |
| Octal | 376 | 63 | 35 | 0 | 120 | 131 | 0 | 6 | 143 | 67 |
| Binary | 11111110 | 110011 | 11101 | 0 | 1010000 | 1011001 | 0 | 110 | 1100011 | 110111 |
Color Harmonies of #FE331D
Complementary color
Monochromatic Colors of #FE331D
Black with #FE331D
Text Example
Text Example
White with #FE331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE331D; }
p { color: rgb(254,51,29); }
H1.HeaderClassName
{
color: #FE331D;
}
.AnyTagClassName
{
color: #FE331D;
}
</style>
background-color css
<style>
a { background-color: #FE331D; }
a { background-color: rgb(254,51,29); }
div.DivClassName
{
background-color: #FE331D;
}
.BgClassName
{
background-color: #FE331D;
}
</style>
border-color css
<style>
span { border-color: #FE331D; }
span { border-color: rgb(254,51,29); }
td.TdClassName
{
border-color: #FE331D;
}
.TagClassName
{
border-color: #FE331D;
}
</style>