Shades of Red Orange #FE3732
Tints of Red Orange #FE3732
RGB
CMYK
RGB Variations
Color information
#FE3732 (or 0xFE3732) is known color: Red Orange. HEX triplet: FE, 37 and 32. RGB value is (254,55,50). Sum of RGB (Red+Green+Blue) = 254+55+50=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3732 is #01C8CD. Grayscale: #727272. Windows color (decimal): -116942 or 3291134. OLE color: 3291134.
HSL color Cylindrical-coordinate representation of color #FE3732: hue angle of 1.47º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3732 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 50 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.00 |
| HSL | 1.47º | 0.99% | 0.6% | - |
| HSV(B) | 1.47º | 0.8% | 1% | - |
| XYZ | 42.81 | 24.03 | 5.4 | - |
| YUV | 113.93 | 91.93 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 50 | 0 | 0.78 | 0.80 | 0.00 | 1.47 | 0.99 | 0.6 |
| Hex | FE | 37 | 32 | 0 | 4E | 50 | 0 | 1 | 63 | 3C |
| Octal | 376 | 67 | 62 | 0 | 116 | 120 | 0 | 1 | 143 | 74 |
| Binary | 11111110 | 110111 | 110010 | 0 | 1001110 | 1010000 | 0 | 1 | 1100011 | 111100 |
Color Harmonies of #FE3732
Complementary color
Monochromatic Colors of #FE3732
Black with #FE3732
Text Example
Text Example
White with #FE3732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3732; }
p { color: rgb(254,55,50); }
H1.HeaderClassName
{
color: #FE3732;
}
.AnyTagClassName
{
color: #FE3732;
}
</style>
background-color css
<style>
a { background-color: #FE3732; }
a { background-color: rgb(254,55,50); }
div.DivClassName
{
background-color: #FE3732;
}
.BgClassName
{
background-color: #FE3732;
}
</style>
border-color css
<style>
span { border-color: #FE3732; }
span { border-color: rgb(254,55,50); }
td.TdClassName
{
border-color: #FE3732;
}
.TagClassName
{
border-color: #FE3732;
}
</style>