Shades of Red Orange #FE332E
Tints of Red Orange #FE332E
RGB
CMYK
RGB Variations
Color information
#FE332E (or 0xFE332E) is known color: Red Orange. HEX triplet: FE, 33 and 2E. RGB value is (254,51,46). Sum of RGB (Red+Green+Blue) = 254+51+46=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE332E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE332E is #01CCD1. Grayscale: #6F6F6F. Windows color (decimal): -117970 or 3027966. OLE color: 3027966.
HSL color Cylindrical-coordinate representation of color #FE332E: hue angle of 1.44º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE332E is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 46 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.00 |
| HSL | 1.44º | 0.99% | 0.59% | - |
| HSV(B) | 1.44º | 0.82% | 1% | - |
| XYZ | 42.55 | 23.64 | 4.9 | - |
| YUV | 111.13 | 91.25 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 46 | 0 | 0.80 | 0.82 | 0.00 | 1.44 | 0.99 | 0.59 |
| Hex | FE | 33 | 2E | 0 | 50 | 52 | 0 | 1 | 63 | 3B |
| Octal | 376 | 63 | 56 | 0 | 120 | 122 | 0 | 1 | 143 | 73 |
| Binary | 11111110 | 110011 | 101110 | 0 | 1010000 | 1010010 | 0 | 1 | 1100011 | 111011 |
Color Harmonies of #FE332E
Complementary color
Monochromatic Colors of #FE332E
Black with #FE332E
Text Example
Text Example
White with #FE332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE332E; }
p { color: rgb(254,51,46); }
H1.HeaderClassName
{
color: #FE332E;
}
.AnyTagClassName
{
color: #FE332E;
}
</style>
background-color css
<style>
a { background-color: #FE332E; }
a { background-color: rgb(254,51,46); }
div.DivClassName
{
background-color: #FE332E;
}
.BgClassName
{
background-color: #FE332E;
}
</style>
border-color css
<style>
span { border-color: #FE332E; }
span { border-color: rgb(254,51,46); }
td.TdClassName
{
border-color: #FE332E;
}
.TagClassName
{
border-color: #FE332E;
}
</style>