Shades of Torch Red #FE133A
Tints of Torch Red #FE133A
RGB
CMYK
RGB Variations
Color information
#FE133A (or 0xFE133A) is known color: Torch Red. HEX triplet: FE, 13 and 3A. RGB value is (254,19,58). Sum of RGB (Red+Green+Blue) = 254+19+58=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE133A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE133A is #01ECC5. Grayscale: #5D5D5D. Windows color (decimal): -126150 or 3806206. OLE color: 3806206.
HSL color Cylindrical-coordinate representation of color #FE133A: hue angle of 350.04º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE133A is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 58 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.00 |
| HSL | 350.04º | 0.99% | 0.54% | - |
| HSV(B) | 350.04º | 0.93% | 1% | - |
| XYZ | 41.87 | 21.84 | 6.01 | - |
| YUV | 93.71 | 107.86 | 242.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 58 | 0 | 0.93 | 0.77 | 0.00 | 350.04 | 0.99 | 0.54 |
| Hex | FE | 13 | 3A | 0 | 5D | 4D | 0 | 15E | 63 | 36 |
| Octal | 376 | 23 | 72 | 0 | 135 | 115 | 0 | 536 | 143 | 66 |
| Binary | 11111110 | 10011 | 111010 | 0 | 1011101 | 1001101 | 0 | 101011110 | 1100011 | 110110 |
Color Harmonies of #FE133A
Complementary color
Monochromatic Colors of #FE133A
Black with #FE133A
Text Example
Text Example
White with #FE133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE133A; }
p { color: rgb(254,19,58); }
H1.HeaderClassName
{
color: #FE133A;
}
.AnyTagClassName
{
color: #FE133A;
}
</style>
background-color css
<style>
a { background-color: #FE133A; }
a { background-color: rgb(254,19,58); }
div.DivClassName
{
background-color: #FE133A;
}
.BgClassName
{
background-color: #FE133A;
}
</style>
border-color css
<style>
span { border-color: #FE133A; }
span { border-color: rgb(254,19,58); }
td.TdClassName
{
border-color: #FE133A;
}
.TagClassName
{
border-color: #FE133A;
}
</style>