Shades of Torch Red #FE153D
Tints of Torch Red #FE153D
RGB
CMYK
RGB Variations
Color information
#FE153D (or 0xFE153D) is known color: Torch Red. HEX triplet: FE, 15 and 3D. RGB value is (254,21,61). Sum of RGB (Red+Green+Blue) = 254+21+61=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE153D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE153D is #01EAC2. Grayscale: #5F5F5F. Windows color (decimal): -125635 or 4003326. OLE color: 4003326.
HSL color Cylindrical-coordinate representation of color #FE153D: hue angle of 349.7º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE153D is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 61 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.00 |
| HSL | 349.7º | 0.99% | 0.54% | - |
| HSV(B) | 349.7º | 0.92% | 1% | - |
| XYZ | 41.98 | 21.94 | 6.44 | - |
| YUV | 95.23 | 108.69 | 241.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 61 | 0 | 0.92 | 0.76 | 0.00 | 349.7 | 0.99 | 0.54 |
| Hex | FE | 15 | 3D | 0 | 5C | 4C | 0 | 15E | 63 | 36 |
| Octal | 376 | 25 | 75 | 0 | 134 | 114 | 0 | 536 | 143 | 66 |
| Binary | 11111110 | 10101 | 111101 | 0 | 1011100 | 1001100 | 0 | 101011110 | 1100011 | 110110 |
Color Harmonies of #FE153D
Complementary color
Monochromatic Colors of #FE153D
Black with #FE153D
Text Example
Text Example
White with #FE153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE153D; }
p { color: rgb(254,21,61); }
H1.HeaderClassName
{
color: #FE153D;
}
.AnyTagClassName
{
color: #FE153D;
}
</style>
background-color css
<style>
a { background-color: #FE153D; }
a { background-color: rgb(254,21,61); }
div.DivClassName
{
background-color: #FE153D;
}
.BgClassName
{
background-color: #FE153D;
}
</style>
border-color css
<style>
span { border-color: #FE153D; }
span { border-color: rgb(254,21,61); }
td.TdClassName
{
border-color: #FE153D;
}
.TagClassName
{
border-color: #FE153D;
}
</style>