Shades of Torch Red #FE0521
Tints of Torch Red #FE0521
RGB
CMYK
RGB Variations
Color information
#FE0521 (or 0xFE0521) is known color: Torch Red. HEX triplet: FE, 05 and 21. RGB value is (254,5,33). Sum of RGB (Red+Green+Blue) = 254+5+33=292 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.99% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0521 is #01FADE. Grayscale: #525252. Windows color (decimal): -129759 or 2164222. OLE color: 2164222.
HSL color Cylindrical-coordinate representation of color #FE0521: hue angle of 353.25º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0521 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 33 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.00 |
| HSL | 353.25º | 0.99% | 0.51% | - |
| HSV(B) | 353.25º | 0.98% | 1% | - |
| XYZ | 41.2 | 21.29 | 3.38 | - |
| YUV | 82.64 | 99.99 | 250.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 33 | 0 | 0.98 | 0.87 | 0.00 | 353.25 | 0.99 | 0.51 |
| Hex | FE | 5 | 21 | 0 | 62 | 57 | 0 | 161 | 63 | 33 |
| Octal | 376 | 5 | 41 | 0 | 142 | 127 | 0 | 541 | 143 | 63 |
| Binary | 11111110 | 101 | 100001 | 0 | 1100010 | 1010111 | 0 | 101100001 | 1100011 | 110011 |
Color Harmonies of #FE0521
Complementary color
Monochromatic Colors of #FE0521
Black with #FE0521
Text Example
Text Example
White with #FE0521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0521; }
p { color: rgb(254,5,33); }
H1.HeaderClassName
{
color: #FE0521;
}
.AnyTagClassName
{
color: #FE0521;
}
</style>
background-color css
<style>
a { background-color: #FE0521; }
a { background-color: rgb(254,5,33); }
div.DivClassName
{
background-color: #FE0521;
}
.BgClassName
{
background-color: #FE0521;
}
</style>
border-color css
<style>
span { border-color: #FE0521; }
span { border-color: rgb(254,5,33); }
td.TdClassName
{
border-color: #FE0521;
}
.TagClassName
{
border-color: #FE0521;
}
</style>