Shades of Torch Red #FE152D
Tints of Torch Red #FE152D
RGB
CMYK
RGB Variations
Color information
#FE152D (or 0xFE152D) is known color: Torch Red. HEX triplet: FE, 15 and 2D. RGB value is (254,21,45). Sum of RGB (Red+Green+Blue) = 254+21+45=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE152D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE152D is #01EAD2. Grayscale: #5D5D5D. Windows color (decimal): -125651 or 2954750. OLE color: 2954750.
HSL color Cylindrical-coordinate representation of color #FE152D: hue angle of 353.82º 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 #FE152D is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 45 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.00 |
| HSL | 353.82º | 0.99% | 0.54% | - |
| HSV(B) | 353.82º | 0.92% | 1% | - |
| XYZ | 41.61 | 21.8 | 4.5 | - |
| YUV | 93.4 | 100.69 | 242.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 45 | 0 | 0.92 | 0.82 | 0.00 | 353.82 | 0.99 | 0.54 |
| Hex | FE | 15 | 2D | 0 | 5C | 52 | 0 | 162 | 63 | 36 |
| Octal | 376 | 25 | 55 | 0 | 134 | 122 | 0 | 542 | 143 | 66 |
| Binary | 11111110 | 10101 | 101101 | 0 | 1011100 | 1010010 | 0 | 101100010 | 1100011 | 110110 |
Color Harmonies of #FE152D
Complementary color
Monochromatic Colors of #FE152D
Black with #FE152D
Text Example
Text Example
White with #FE152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE152D; }
p { color: rgb(254,21,45); }
H1.HeaderClassName
{
color: #FE152D;
}
.AnyTagClassName
{
color: #FE152D;
}
</style>
background-color css
<style>
a { background-color: #FE152D; }
a { background-color: rgb(254,21,45); }
div.DivClassName
{
background-color: #FE152D;
}
.BgClassName
{
background-color: #FE152D;
}
</style>
border-color css
<style>
span { border-color: #FE152D; }
span { border-color: rgb(254,21,45); }
td.TdClassName
{
border-color: #FE152D;
}
.TagClassName
{
border-color: #FE152D;
}
</style>