Shades of Torch Red #FE133C
Tints of Torch Red #FE133C
RGB
CMYK
RGB Variations
Color information
#FE133C (or 0xFE133C) is known color: Torch Red. HEX triplet: FE, 13 and 3C. RGB value is (254,19,60). Sum of RGB (Red+Green+Blue) = 254+19+60=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE133C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE133C is #01ECC3. Grayscale: #5E5E5E. Windows color (decimal): -126148 or 3937278. OLE color: 3937278.
HSL color Cylindrical-coordinate representation of color #FE133C: hue angle of 349.53º 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 #FE133C is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 60 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.00 |
| HSL | 349.53º | 0.99% | 0.54% | - |
| HSV(B) | 349.53º | 0.93% | 1% | - |
| XYZ | 41.92 | 21.86 | 6.29 | - |
| YUV | 93.94 | 108.86 | 242.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 60 | 0 | 0.93 | 0.76 | 0.00 | 349.53 | 0.99 | 0.54 |
| Hex | FE | 13 | 3C | 0 | 5D | 4C | 0 | 15E | 63 | 36 |
| Octal | 376 | 23 | 74 | 0 | 135 | 114 | 0 | 536 | 143 | 66 |
| Binary | 11111110 | 10011 | 111100 | 0 | 1011101 | 1001100 | 0 | 101011110 | 1100011 | 110110 |
Color Harmonies of #FE133C
Complementary color
Monochromatic Colors of #FE133C
Black with #FE133C
Text Example
Text Example
White with #FE133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE133C; }
p { color: rgb(254,19,60); }
H1.HeaderClassName
{
color: #FE133C;
}
.AnyTagClassName
{
color: #FE133C;
}
</style>
background-color css
<style>
a { background-color: #FE133C; }
a { background-color: rgb(254,19,60); }
div.DivClassName
{
background-color: #FE133C;
}
.BgClassName
{
background-color: #FE133C;
}
</style>
border-color css
<style>
span { border-color: #FE133C; }
span { border-color: rgb(254,19,60); }
td.TdClassName
{
border-color: #FE133C;
}
.TagClassName
{
border-color: #FE133C;
}
</style>