Shades of Red Orange #FE372B
Tints of Red Orange #FE372B
RGB
CMYK
RGB Variations
Color information
#FE372B (or 0xFE372B) is known color: Red Orange. HEX triplet: FE, 37 and 2B. RGB value is (254,55,43). Sum of RGB (Red+Green+Blue) = 254+55+43=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE372B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE372B is #01C8D4. Grayscale: #717171. Windows color (decimal): -116949 or 2832382. OLE color: 2832382.
HSL color Cylindrical-coordinate representation of color #FE372B: hue angle of 3.41º 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 #FE372B is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 43 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.00 |
| HSL | 3.41º | 0.99% | 0.58% | - |
| HSV(B) | 3.41º | 0.83% | 1% | - |
| XYZ | 42.68 | 23.98 | 4.66 | - |
| YUV | 113.13 | 88.43 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 43 | 0 | 0.78 | 0.83 | 0.00 | 3.41 | 0.99 | 0.58 |
| Hex | FE | 37 | 2B | 0 | 4E | 53 | 0 | 3 | 63 | 3A |
| Octal | 376 | 67 | 53 | 0 | 116 | 123 | 0 | 3 | 143 | 72 |
| Binary | 11111110 | 110111 | 101011 | 0 | 1001110 | 1010011 | 0 | 11 | 1100011 | 111010 |
Color Harmonies of #FE372B
Complementary color
Monochromatic Colors of #FE372B
Black with #FE372B
Text Example
Text Example
White with #FE372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE372B; }
p { color: rgb(254,55,43); }
H1.HeaderClassName
{
color: #FE372B;
}
.AnyTagClassName
{
color: #FE372B;
}
</style>
background-color css
<style>
a { background-color: #FE372B; }
a { background-color: rgb(254,55,43); }
div.DivClassName
{
background-color: #FE372B;
}
.BgClassName
{
background-color: #FE372B;
}
</style>
border-color css
<style>
span { border-color: #FE372B; }
span { border-color: rgb(254,55,43); }
td.TdClassName
{
border-color: #FE372B;
}
.TagClassName
{
border-color: #FE372B;
}
</style>