Shades of Torch Red #FE032F
Tints of Torch Red #FE032F
RGB
CMYK
RGB Variations
Color information
#FE032F (or 0xFE032F) is known color: Torch Red. HEX triplet: FE, 03 and 2F. RGB value is (254,3,47). Sum of RGB (Red+Green+Blue) = 254+3+47=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE032F is #01FCD0. Grayscale: #535353. Windows color (decimal): -130257 or 3081214. OLE color: 3081214.
HSL color Cylindrical-coordinate representation of color #FE032F: hue angle of 349.48º 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 #FE032F is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 47 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.00 |
| HSL | 349.48º | 0.99% | 0.5% | - |
| HSV(B) | 349.48º | 0.99% | 1% | - |
| XYZ | 41.42 | 21.34 | 4.63 | - |
| YUV | 83.07 | 107.66 | 249.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 47 | 0 | 0.99 | 0.81 | 0.00 | 349.48 | 0.99 | 0.5 |
| Hex | FE | 3 | 2F | 0 | 63 | 51 | 0 | 15D | 63 | 32 |
| Octal | 376 | 3 | 57 | 0 | 143 | 121 | 0 | 535 | 143 | 62 |
| Binary | 11111110 | 11 | 101111 | 0 | 1100011 | 1010001 | 0 | 101011101 | 1100011 | 110010 |
Color Harmonies of #FE032F
Complementary color
Monochromatic Colors of #FE032F
Black with #FE032F
Text Example
Text Example
White with #FE032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE032F; }
p { color: rgb(254,3,47); }
H1.HeaderClassName
{
color: #FE032F;
}
.AnyTagClassName
{
color: #FE032F;
}
</style>
background-color css
<style>
a { background-color: #FE032F; }
a { background-color: rgb(254,3,47); }
div.DivClassName
{
background-color: #FE032F;
}
.BgClassName
{
background-color: #FE032F;
}
</style>
border-color css
<style>
span { border-color: #FE032F; }
span { border-color: rgb(254,3,47); }
td.TdClassName
{
border-color: #FE032F;
}
.TagClassName
{
border-color: #FE032F;
}
</style>