Shades of Torch Red #FE121F
Tints of Torch Red #FE121F
RGB
CMYK
RGB Variations
Color information
#FE121F (or 0xFE121F) is known color: Torch Red. HEX triplet: FE, 12 and 1F. RGB value is (254,18,31). Sum of RGB (Red+Green+Blue) = 254+18+31=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE121F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE121F is #01EDE0. Grayscale: #5A5A5A. Windows color (decimal): -126433 or 2036478. OLE color: 2036478.
HSL color Cylindrical-coordinate representation of color #FE121F: hue angle of 356.69º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE121F is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 31 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.00 |
| HSL | 356.69º | 0.99% | 0.53% | - |
| HSV(B) | 356.69º | 0.93% | 1% | - |
| XYZ | 41.34 | 21.6 | 3.29 | - |
| YUV | 90.05 | 94.69 | 244.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 31 | 0 | 0.93 | 0.88 | 0.00 | 356.69 | 0.99 | 0.53 |
| Hex | FE | 12 | 1F | 0 | 5D | 58 | 0 | 165 | 63 | 35 |
| Octal | 376 | 22 | 37 | 0 | 135 | 130 | 0 | 545 | 143 | 65 |
| Binary | 11111110 | 10010 | 11111 | 0 | 1011101 | 1011000 | 0 | 101100101 | 1100011 | 110101 |
Color Harmonies of #FE121F
Complementary color
Monochromatic Colors of #FE121F
Black with #FE121F
Text Example
Text Example
White with #FE121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE121F; }
p { color: rgb(254,18,31); }
H1.HeaderClassName
{
color: #FE121F;
}
.AnyTagClassName
{
color: #FE121F;
}
</style>
background-color css
<style>
a { background-color: #FE121F; }
a { background-color: rgb(254,18,31); }
div.DivClassName
{
background-color: #FE121F;
}
.BgClassName
{
background-color: #FE121F;
}
</style>
border-color css
<style>
span { border-color: #FE121F; }
span { border-color: rgb(254,18,31); }
td.TdClassName
{
border-color: #FE121F;
}
.TagClassName
{
border-color: #FE121F;
}
</style>