Shades of Torch Red #FE1528
Tints of Torch Red #FE1528
RGB
CMYK
RGB Variations
Color information
#FE1528 (or 0xFE1528) is known color: Torch Red. HEX triplet: FE, 15 and 28. RGB value is (254,21,40). Sum of RGB (Red+Green+Blue) = 254+21+40=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1528 is #01EAD7. Grayscale: #5C5C5C. Windows color (decimal): -125656 or 2627070. OLE color: 2627070.
HSL color Cylindrical-coordinate representation of color #FE1528: hue angle of 355.11º 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 #FE1528 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 40 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.00 |
| HSL | 355.11º | 0.99% | 0.54% | - |
| HSV(B) | 355.11º | 0.92% | 1% | - |
| XYZ | 41.52 | 21.76 | 4.02 | - |
| YUV | 92.83 | 98.19 | 242.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 40 | 0 | 0.92 | 0.84 | 0.00 | 355.11 | 0.99 | 0.54 |
| Hex | FE | 15 | 28 | 0 | 5C | 54 | 0 | 163 | 63 | 36 |
| Octal | 376 | 25 | 50 | 0 | 134 | 124 | 0 | 543 | 143 | 66 |
| Binary | 11111110 | 10101 | 101000 | 0 | 1011100 | 1010100 | 0 | 101100011 | 1100011 | 110110 |
Color Harmonies of #FE1528
Complementary color
Monochromatic Colors of #FE1528
Black with #FE1528
Text Example
Text Example
White with #FE1528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1528; }
p { color: rgb(254,21,40); }
H1.HeaderClassName
{
color: #FE1528;
}
.AnyTagClassName
{
color: #FE1528;
}
</style>
background-color css
<style>
a { background-color: #FE1528; }
a { background-color: rgb(254,21,40); }
div.DivClassName
{
background-color: #FE1528;
}
.BgClassName
{
background-color: #FE1528;
}
</style>
border-color css
<style>
span { border-color: #FE1528; }
span { border-color: rgb(254,21,40); }
td.TdClassName
{
border-color: #FE1528;
}
.TagClassName
{
border-color: #FE1528;
}
</style>