Shades of Red Orange #FE372A
Tints of Red Orange #FE372A
RGB
CMYK
RGB Variations
Color information
#FE372A (or 0xFE372A) is known color: Red Orange. HEX triplet: FE, 37 and 2A. RGB value is (254,55,42). Sum of RGB (Red+Green+Blue) = 254+55+42=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE372A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE372A is #01C8D5. Grayscale: #717171. Windows color (decimal): -116950 or 2766846. OLE color: 2766846.
HSL color Cylindrical-coordinate representation of color #FE372A: hue angle of 3.68º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE372A is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 42 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.00 |
| HSL | 3.68º | 0.99% | 0.58% | - |
| HSV(B) | 3.68º | 0.83% | 1% | - |
| XYZ | 42.66 | 23.97 | 4.57 | - |
| YUV | 113.02 | 87.93 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 42 | 0 | 0.78 | 0.83 | 0.00 | 3.68 | 0.99 | 0.58 |
| Hex | FE | 37 | 2A | 0 | 4E | 53 | 0 | 4 | 63 | 3A |
| Octal | 376 | 67 | 52 | 0 | 116 | 123 | 0 | 4 | 143 | 72 |
| Binary | 11111110 | 110111 | 101010 | 0 | 1001110 | 1010011 | 0 | 100 | 1100011 | 111010 |
Color Harmonies of #FE372A
Complementary color
Monochromatic Colors of #FE372A
Black with #FE372A
Text Example
Text Example
White with #FE372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE372A; }
p { color: rgb(254,55,42); }
H1.HeaderClassName
{
color: #FE372A;
}
.AnyTagClassName
{
color: #FE372A;
}
</style>
background-color css
<style>
a { background-color: #FE372A; }
a { background-color: rgb(254,55,42); }
div.DivClassName
{
background-color: #FE372A;
}
.BgClassName
{
background-color: #FE372A;
}
</style>
border-color css
<style>
span { border-color: #FE372A; }
span { border-color: rgb(254,55,42); }
td.TdClassName
{
border-color: #FE372A;
}
.TagClassName
{
border-color: #FE372A;
}
</style>