Shades of Torch Red #FE0917
Tints of Torch Red #FE0917
RGB
CMYK
RGB Variations
Color information
#FE0917 (or 0xFE0917) is known color: Torch Red. HEX triplet: FE, 09 and 17. RGB value is (254,9,23). Sum of RGB (Red+Green+Blue) = 254+9+23=286 (37% of max value = 765). Red value is 254 (99.61% from 255 or 88.81% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0917 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0917 is #01F6E8. Grayscale: #545454. Windows color (decimal): -128745 or 1509886. OLE color: 1509886.
HSL color Cylindrical-coordinate representation of color #FE0917: hue angle of 356.57º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0917 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 23 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.00 |
| HSL | 356.57º | 0.99% | 0.52% | - |
| HSV(B) | 356.57º | 0.96% | 1% | - |
| XYZ | 41.13 | 21.33 | 2.76 | - |
| YUV | 83.85 | 93.67 | 249.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 23 | 0 | 0.96 | 0.91 | 0.00 | 356.57 | 0.99 | 0.52 |
| Hex | FE | 9 | 17 | 0 | 60 | 5B | 0 | 165 | 63 | 34 |
| Octal | 376 | 11 | 27 | 0 | 140 | 133 | 0 | 545 | 143 | 64 |
| Binary | 11111110 | 1001 | 10111 | 0 | 1100000 | 1011011 | 0 | 101100101 | 1100011 | 110100 |
Color Harmonies of #FE0917
Complementary color
Monochromatic Colors of #FE0917
Black with #FE0917
Text Example
Text Example
White with #FE0917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0917; }
p { color: rgb(254,9,23); }
H1.HeaderClassName
{
color: #FE0917;
}
.AnyTagClassName
{
color: #FE0917;
}
</style>
background-color css
<style>
a { background-color: #FE0917; }
a { background-color: rgb(254,9,23); }
div.DivClassName
{
background-color: #FE0917;
}
.BgClassName
{
background-color: #FE0917;
}
</style>
border-color css
<style>
span { border-color: #FE0917; }
span { border-color: rgb(254,9,23); }
td.TdClassName
{
border-color: #FE0917;
}
.TagClassName
{
border-color: #FE0917;
}
</style>