Shades of Torch Red #FE133B
Tints of Torch Red #FE133B
RGB
CMYK
RGB Variations
Color information
#FE133B (or 0xFE133B) is known color: Torch Red. HEX triplet: FE, 13 and 3B. RGB value is (254,19,59). Sum of RGB (Red+Green+Blue) = 254+19+59=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE133B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE133B is #01ECC4. Grayscale: #5D5D5D. Windows color (decimal): -126149 or 3871742. OLE color: 3871742.
HSL color Cylindrical-coordinate representation of color #FE133B: hue angle of 349.79º 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 #FE133B is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 59 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.00 |
| HSL | 349.79º | 0.99% | 0.54% | - |
| HSV(B) | 349.79º | 0.93% | 1% | - |
| XYZ | 41.9 | 21.85 | 6.15 | - |
| YUV | 93.83 | 108.36 | 242.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 59 | 0 | 0.93 | 0.77 | 0.00 | 349.79 | 0.99 | 0.54 |
| Hex | FE | 13 | 3B | 0 | 5D | 4D | 0 | 15E | 63 | 36 |
| Octal | 376 | 23 | 73 | 0 | 135 | 115 | 0 | 536 | 143 | 66 |
| Binary | 11111110 | 10011 | 111011 | 0 | 1011101 | 1001101 | 0 | 101011110 | 1100011 | 110110 |
Color Harmonies of #FE133B
Complementary color
Monochromatic Colors of #FE133B
Black with #FE133B
Text Example
Text Example
White with #FE133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE133B; }
p { color: rgb(254,19,59); }
H1.HeaderClassName
{
color: #FE133B;
}
.AnyTagClassName
{
color: #FE133B;
}
</style>
background-color css
<style>
a { background-color: #FE133B; }
a { background-color: rgb(254,19,59); }
div.DivClassName
{
background-color: #FE133B;
}
.BgClassName
{
background-color: #FE133B;
}
</style>
border-color css
<style>
span { border-color: #FE133B; }
span { border-color: rgb(254,19,59); }
td.TdClassName
{
border-color: #FE133B;
}
.TagClassName
{
border-color: #FE133B;
}
</style>