Shades of Torch Red #FE1529
Tints of Torch Red #FE1529
RGB
CMYK
RGB Variations
Color information
#FE1529 (or 0xFE1529) is known color: Torch Red. HEX triplet: FE, 15 and 29. RGB value is (254,21,41). Sum of RGB (Red+Green+Blue) = 254+21+41=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1529 is #01EAD6. Grayscale: #5D5D5D. Windows color (decimal): -125655 or 2692606. OLE color: 2692606.
HSL color Cylindrical-coordinate representation of color #FE1529: hue angle of 354.85º 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 #FE1529 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 41 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.00 |
| HSL | 354.85º | 0.99% | 0.54% | - |
| HSV(B) | 354.85º | 0.92% | 1% | - |
| XYZ | 41.54 | 21.77 | 4.11 | - |
| YUV | 92.95 | 98.69 | 242.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 41 | 0 | 0.92 | 0.84 | 0.00 | 354.85 | 0.99 | 0.54 |
| Hex | FE | 15 | 29 | 0 | 5C | 54 | 0 | 163 | 63 | 36 |
| Octal | 376 | 25 | 51 | 0 | 134 | 124 | 0 | 543 | 143 | 66 |
| Binary | 11111110 | 10101 | 101001 | 0 | 1011100 | 1010100 | 0 | 101100011 | 1100011 | 110110 |
Color Harmonies of #FE1529
Complementary color
Monochromatic Colors of #FE1529
Black with #FE1529
Text Example
Text Example
White with #FE1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1529; }
p { color: rgb(254,21,41); }
H1.HeaderClassName
{
color: #FE1529;
}
.AnyTagClassName
{
color: #FE1529;
}
</style>
background-color css
<style>
a { background-color: #FE1529; }
a { background-color: rgb(254,21,41); }
div.DivClassName
{
background-color: #FE1529;
}
.BgClassName
{
background-color: #FE1529;
}
</style>
border-color css
<style>
span { border-color: #FE1529; }
span { border-color: rgb(254,21,41); }
td.TdClassName
{
border-color: #FE1529;
}
.TagClassName
{
border-color: #FE1529;
}
</style>