Shades of Torch Red #FE0517
Tints of Torch Red #FE0517
RGB
CMYK
RGB Variations
Color information
#FE0517 (or 0xFE0517) is known color: Torch Red. HEX triplet: FE, 05 and 17. RGB value is (254,5,23). Sum of RGB (Red+Green+Blue) = 254+5+23=282 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.07% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0517 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0517 is #01FAE8. Grayscale: #515151. Windows color (decimal): -129769 or 1508862. OLE color: 1508862.
HSL color Cylindrical-coordinate representation of color #FE0517: hue angle of 355.66º 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 #FE0517 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 23 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.00 |
| HSL | 355.66º | 0.99% | 0.51% | - |
| HSV(B) | 355.66º | 0.98% | 1% | - |
| XYZ | 41.08 | 21.24 | 2.75 | - |
| YUV | 81.5 | 94.99 | 251.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 23 | 0 | 0.98 | 0.91 | 0.00 | 355.66 | 0.99 | 0.51 |
| Hex | FE | 5 | 17 | 0 | 62 | 5B | 0 | 164 | 63 | 33 |
| Octal | 376 | 5 | 27 | 0 | 142 | 133 | 0 | 544 | 143 | 63 |
| Binary | 11111110 | 101 | 10111 | 0 | 1100010 | 1011011 | 0 | 101100100 | 1100011 | 110011 |
Color Harmonies of #FE0517
Complementary color
Monochromatic Colors of #FE0517
Black with #FE0517
Text Example
Text Example
White with #FE0517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0517; }
p { color: rgb(254,5,23); }
H1.HeaderClassName
{
color: #FE0517;
}
.AnyTagClassName
{
color: #FE0517;
}
</style>
background-color css
<style>
a { background-color: #FE0517; }
a { background-color: rgb(254,5,23); }
div.DivClassName
{
background-color: #FE0517;
}
.BgClassName
{
background-color: #FE0517;
}
</style>
border-color css
<style>
span { border-color: #FE0517; }
span { border-color: rgb(254,5,23); }
td.TdClassName
{
border-color: #FE0517;
}
.TagClassName
{
border-color: #FE0517;
}
</style>