Shades of Torch Red #FE0417
Tints of Torch Red #FE0417
RGB
CMYK
RGB Variations
Color information
#FE0417 (or 0xFE0417) is known color: Torch Red. HEX triplet: FE, 04 and 17. RGB value is (254,4,23). Sum of RGB (Red+Green+Blue) = 254+4+23=281 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.39% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0417 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0417 is #01FBE8. Grayscale: #515151. Windows color (decimal): -130025 or 1508606. OLE color: 1508606.
HSL color Cylindrical-coordinate representation of color #FE0417: hue angle of 355.44º 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 #FE0417 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 23 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.00 |
| HSL | 355.44º | 0.99% | 0.51% | - |
| HSV(B) | 355.44º | 0.98% | 1% | - |
| XYZ | 41.07 | 21.22 | 2.74 | - |
| YUV | 80.92 | 95.33 | 251.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 23 | 0 | 0.98 | 0.91 | 0.00 | 355.44 | 0.99 | 0.51 |
| Hex | FE | 4 | 17 | 0 | 62 | 5B | 0 | 163 | 63 | 33 |
| Octal | 376 | 4 | 27 | 0 | 142 | 133 | 0 | 543 | 143 | 63 |
| Binary | 11111110 | 100 | 10111 | 0 | 1100010 | 1011011 | 0 | 101100011 | 1100011 | 110011 |
Color Harmonies of #FE0417
Complementary color
Monochromatic Colors of #FE0417
Black with #FE0417
Text Example
Text Example
White with #FE0417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0417; }
p { color: rgb(254,4,23); }
H1.HeaderClassName
{
color: #FE0417;
}
.AnyTagClassName
{
color: #FE0417;
}
</style>
background-color css
<style>
a { background-color: #FE0417; }
a { background-color: rgb(254,4,23); }
div.DivClassName
{
background-color: #FE0417;
}
.BgClassName
{
background-color: #FE0417;
}
</style>
border-color css
<style>
span { border-color: #FE0417; }
span { border-color: rgb(254,4,23); }
td.TdClassName
{
border-color: #FE0417;
}
.TagClassName
{
border-color: #FE0417;
}
</style>