Shades of Torch Red #FE032E
Tints of Torch Red #FE032E
RGB
CMYK
RGB Variations
Color information
#FE032E (or 0xFE032E) is known color: Torch Red. HEX triplet: FE, 03 and 2E. RGB value is (254,3,46). Sum of RGB (Red+Green+Blue) = 254+3+46=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE032E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE032E is #01FCD1. Grayscale: #535353. Windows color (decimal): -130258 or 3015678. OLE color: 3015678.
HSL color Cylindrical-coordinate representation of color #FE032E: hue angle of 349.72º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE032E is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 46 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.00 |
| HSL | 349.72º | 0.99% | 0.5% | - |
| HSV(B) | 349.72º | 0.99% | 1% | - |
| XYZ | 41.4 | 21.33 | 4.52 | - |
| YUV | 82.95 | 107.16 | 250 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 46 | 0 | 0.99 | 0.82 | 0.00 | 349.72 | 0.99 | 0.5 |
| Hex | FE | 3 | 2E | 0 | 63 | 52 | 0 | 15E | 63 | 32 |
| Octal | 376 | 3 | 56 | 0 | 143 | 122 | 0 | 536 | 143 | 62 |
| Binary | 11111110 | 11 | 101110 | 0 | 1100011 | 1010010 | 0 | 101011110 | 1100011 | 110010 |
Color Harmonies of #FE032E
Complementary color
Monochromatic Colors of #FE032E
Black with #FE032E
Text Example
Text Example
White with #FE032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE032E; }
p { color: rgb(254,3,46); }
H1.HeaderClassName
{
color: #FE032E;
}
.AnyTagClassName
{
color: #FE032E;
}
</style>
background-color css
<style>
a { background-color: #FE032E; }
a { background-color: rgb(254,3,46); }
div.DivClassName
{
background-color: #FE032E;
}
.BgClassName
{
background-color: #FE032E;
}
</style>
border-color css
<style>
span { border-color: #FE032E; }
span { border-color: rgb(254,3,46); }
td.TdClassName
{
border-color: #FE032E;
}
.TagClassName
{
border-color: #FE032E;
}
</style>