Shades of Torch Red #FE1521
Tints of Torch Red #FE1521
RGB
CMYK
RGB Variations
Color information
#FE1521 (or 0xFE1521) is known color: Torch Red. HEX triplet: FE, 15 and 21. RGB value is (254,21,33). Sum of RGB (Red+Green+Blue) = 254+21+33=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1521 is #01EADE. Grayscale: #5C5C5C. Windows color (decimal): -125663 or 2168318. OLE color: 2168318.
HSL color Cylindrical-coordinate representation of color #FE1521: hue angle of 356.91º 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 #FE1521 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 33 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.00 |
| HSL | 356.91º | 0.99% | 0.54% | - |
| HSV(B) | 356.91º | 0.92% | 1% | - |
| XYZ | 41.42 | 21.72 | 3.45 | - |
| YUV | 92.04 | 94.69 | 243.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 33 | 0 | 0.92 | 0.87 | 0.00 | 356.91 | 0.99 | 0.54 |
| Hex | FE | 15 | 21 | 0 | 5C | 57 | 0 | 165 | 63 | 36 |
| Octal | 376 | 25 | 41 | 0 | 134 | 127 | 0 | 545 | 143 | 66 |
| Binary | 11111110 | 10101 | 100001 | 0 | 1011100 | 1010111 | 0 | 101100101 | 1100011 | 110110 |
Color Harmonies of #FE1521
Complementary color
Monochromatic Colors of #FE1521
Black with #FE1521
Text Example
Text Example
White with #FE1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1521; }
p { color: rgb(254,21,33); }
H1.HeaderClassName
{
color: #FE1521;
}
.AnyTagClassName
{
color: #FE1521;
}
</style>
background-color css
<style>
a { background-color: #FE1521; }
a { background-color: rgb(254,21,33); }
div.DivClassName
{
background-color: #FE1521;
}
.BgClassName
{
background-color: #FE1521;
}
</style>
border-color css
<style>
span { border-color: #FE1521; }
span { border-color: rgb(254,21,33); }
td.TdClassName
{
border-color: #FE1521;
}
.TagClassName
{
border-color: #FE1521;
}
</style>