Shades of Torch Red #FE0617
Tints of Torch Red #FE0617
RGB
CMYK
RGB Variations
Color information
#FE0617 (or 0xFE0617) is known color: Torch Red. HEX triplet: FE, 06 and 17. RGB value is (254,6,23). Sum of RGB (Red+Green+Blue) = 254+6+23=283 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.75% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0617 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0617 is #01F9E8. Grayscale: #525252. Windows color (decimal): -129513 or 1509118. OLE color: 1509118.
HSL color Cylindrical-coordinate representation of color #FE0617: hue angle of 355.89º 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 #FE0617 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 23 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.00 |
| HSL | 355.89º | 0.99% | 0.51% | - |
| HSV(B) | 355.89º | 0.98% | 1% | - |
| XYZ | 41.09 | 21.26 | 2.75 | - |
| YUV | 82.09 | 94.66 | 250.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 23 | 0 | 0.98 | 0.91 | 0.00 | 355.89 | 0.99 | 0.51 |
| Hex | FE | 6 | 17 | 0 | 62 | 5B | 0 | 164 | 63 | 33 |
| Octal | 376 | 6 | 27 | 0 | 142 | 133 | 0 | 544 | 143 | 63 |
| Binary | 11111110 | 110 | 10111 | 0 | 1100010 | 1011011 | 0 | 101100100 | 1100011 | 110011 |
Color Harmonies of #FE0617
Complementary color
Monochromatic Colors of #FE0617
Black with #FE0617
Text Example
Text Example
White with #FE0617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0617; }
p { color: rgb(254,6,23); }
H1.HeaderClassName
{
color: #FE0617;
}
.AnyTagClassName
{
color: #FE0617;
}
</style>
background-color css
<style>
a { background-color: #FE0617; }
a { background-color: rgb(254,6,23); }
div.DivClassName
{
background-color: #FE0617;
}
.BgClassName
{
background-color: #FE0617;
}
</style>
border-color css
<style>
span { border-color: #FE0617; }
span { border-color: rgb(254,6,23); }
td.TdClassName
{
border-color: #FE0617;
}
.TagClassName
{
border-color: #FE0617;
}
</style>