Shades of Torch Red #FE021F
Tints of Torch Red #FE021F
RGB
CMYK
RGB Variations
Color information
#FE021F (or 0xFE021F) is known color: Torch Red. HEX triplet: FE, 02 and 1F. RGB value is (254,2,31). Sum of RGB (Red+Green+Blue) = 254+2+31=287 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.50% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 254 - color contains mainly: red. Hex color #FE021F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE021F is #01FDE0. Grayscale: #505050. Windows color (decimal): -130529 or 2032382. OLE color: 2032382.
HSL color Cylindrical-coordinate representation of color #FE021F: hue angle of 353.1º 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 #FE021F is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.00 |
| HSL | 353.1º | 0.99% | 0.5% | - |
| HSV(B) | 353.1º | 0.99% | 1% | - |
| XYZ | 41.14 | 21.21 | 3.22 | - |
| YUV | 80.65 | 99.99 | 251.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 31 | 0 | 0.99 | 0.88 | 0.00 | 353.1 | 0.99 | 0.5 |
| Hex | FE | 2 | 1F | 0 | 63 | 58 | 0 | 161 | 63 | 32 |
| Octal | 376 | 2 | 37 | 0 | 143 | 130 | 0 | 541 | 143 | 62 |
| Binary | 11111110 | 10 | 11111 | 0 | 1100011 | 1011000 | 0 | 101100001 | 1100011 | 110010 |
Color Harmonies of #FE021F
Complementary color
Monochromatic Colors of #FE021F
Black with #FE021F
Text Example
Text Example
White with #FE021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE021F; }
p { color: rgb(254,2,31); }
H1.HeaderClassName
{
color: #FE021F;
}
.AnyTagClassName
{
color: #FE021F;
}
</style>
background-color css
<style>
a { background-color: #FE021F; }
a { background-color: rgb(254,2,31); }
div.DivClassName
{
background-color: #FE021F;
}
.BgClassName
{
background-color: #FE021F;
}
</style>
border-color css
<style>
span { border-color: #FE021F; }
span { border-color: rgb(254,2,31); }
td.TdClassName
{
border-color: #FE021F;
}
.TagClassName
{
border-color: #FE021F;
}
</style>