Shades of Torch Red #FE0F2A
Tints of Torch Red #FE0F2A
RGB
CMYK
RGB Variations
Color information
#FE0F2A (or 0xFE0F2A) is known color: Torch Red. HEX triplet: FE, 0F and 2A. RGB value is (254,15,42). Sum of RGB (Red+Green+Blue) = 254+15+42=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0F2A is #01F0D5. Grayscale: #595959. Windows color (decimal): -127190 or 2756606. OLE color: 2756606.
HSL color Cylindrical-coordinate representation of color #FE0F2A: hue angle of 353.22º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0F2A is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 42 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.00 |
| HSL | 353.22º | 0.99% | 0.53% | - |
| HSV(B) | 353.22º | 0.94% | 1% | - |
| XYZ | 41.46 | 21.58 | 4.17 | - |
| YUV | 89.54 | 101.18 | 245.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 42 | 0 | 0.94 | 0.83 | 0.00 | 353.22 | 0.99 | 0.53 |
| Hex | FE | F | 2A | 0 | 5E | 53 | 0 | 161 | 63 | 35 |
| Octal | 376 | 17 | 52 | 0 | 136 | 123 | 0 | 541 | 143 | 65 |
| Binary | 11111110 | 1111 | 101010 | 0 | 1011110 | 1010011 | 0 | 101100001 | 1100011 | 110101 |
Color Harmonies of #FE0F2A
Complementary color
Monochromatic Colors of #FE0F2A
Black with #FE0F2A
Text Example
Text Example
White with #FE0F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F2A; }
p { color: rgb(254,15,42); }
H1.HeaderClassName
{
color: #FE0F2A;
}
.AnyTagClassName
{
color: #FE0F2A;
}
</style>
background-color css
<style>
a { background-color: #FE0F2A; }
a { background-color: rgb(254,15,42); }
div.DivClassName
{
background-color: #FE0F2A;
}
.BgClassName
{
background-color: #FE0F2A;
}
</style>
border-color css
<style>
span { border-color: #FE0F2A; }
span { border-color: rgb(254,15,42); }
td.TdClassName
{
border-color: #FE0F2A;
}
.TagClassName
{
border-color: #FE0F2A;
}
</style>