Shades of Red Orange #FE372D
Tints of Red Orange #FE372D
RGB
CMYK
RGB Variations
Color information
#FE372D (or 0xFE372D) is known color: Red Orange. HEX triplet: FE, 37 and 2D. RGB value is (254,55,45). Sum of RGB (Red+Green+Blue) = 254+55+45=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE372D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE372D is #01C8D2. Grayscale: #717171. Windows color (decimal): -116947 or 2963454. OLE color: 2963454.
HSL color Cylindrical-coordinate representation of color #FE372D: hue angle of 2.87º 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 #FE372D is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 45 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.00 |
| HSL | 2.87º | 0.99% | 0.59% | - |
| HSV(B) | 2.87º | 0.82% | 1% | - |
| XYZ | 42.71 | 23.99 | 4.86 | - |
| YUV | 113.36 | 89.43 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 45 | 0 | 0.78 | 0.82 | 0.00 | 2.87 | 0.99 | 0.59 |
| Hex | FE | 37 | 2D | 0 | 4E | 52 | 0 | 3 | 63 | 3B |
| Octal | 376 | 67 | 55 | 0 | 116 | 122 | 0 | 3 | 143 | 73 |
| Binary | 11111110 | 110111 | 101101 | 0 | 1001110 | 1010010 | 0 | 11 | 1100011 | 111011 |
Color Harmonies of #FE372D
Complementary color
Monochromatic Colors of #FE372D
Black with #FE372D
Text Example
Text Example
White with #FE372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE372D; }
p { color: rgb(254,55,45); }
H1.HeaderClassName
{
color: #FE372D;
}
.AnyTagClassName
{
color: #FE372D;
}
</style>
background-color css
<style>
a { background-color: #FE372D; }
a { background-color: rgb(254,55,45); }
div.DivClassName
{
background-color: #FE372D;
}
.BgClassName
{
background-color: #FE372D;
}
</style>
border-color css
<style>
span { border-color: #FE372D; }
span { border-color: rgb(254,55,45); }
td.TdClassName
{
border-color: #FE372D;
}
.TagClassName
{
border-color: #FE372D;
}
</style>