Shades of Torch Red #FE0018
Tints of Torch Red #FE0018
RGB
CMYK
RGB Variations
Color information
#FE0018 (or 0xFE0018) is known color: Torch Red. HEX triplet: FE, 00 and 18. RGB value is (254,0,24). Sum of RGB (Red+Green+Blue) = 254+0+24=278 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.37% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0018 is #01FFE7. Grayscale: #4E4E4E. Windows color (decimal): -131048 or 1573118. OLE color: 1573118.
HSL color Cylindrical-coordinate representation of color #FE0018: hue angle of 354.33º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0018 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.91 | 0.00 |
| HSL | 354.33º | 1% | 0.5% | - |
| HSV(B) | 354.33º | 1% | 1% | - |
| XYZ | 41.04 | 21.14 | 2.78 | - |
| YUV | 78.68 | 97.15 | 253.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 24 | 0 | 1 | 0.91 | 0.00 | 354.33 | 1 | 0.5 |
| Hex | FE | 0 | 18 | 0 | 64 | 5B | 0 | 162 | 64 | 32 |
| Octal | 376 | 0 | 30 | 0 | 144 | 133 | 0 | 542 | 144 | 62 |
| Binary | 11111110 | 0 | 11000 | 0 | 1100100 | 1011011 | 0 | 101100010 | 1100100 | 110010 |
Color Harmonies of #FE0018
Complementary color
Monochromatic Colors of #FE0018
Black with #FE0018
Text Example
Text Example
White with #FE0018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0018; }
p { color: rgb(254,0,24); }
H1.HeaderClassName
{
color: #FE0018;
}
.AnyTagClassName
{
color: #FE0018;
}
</style>
background-color css
<style>
a { background-color: #FE0018; }
a { background-color: rgb(254,0,24); }
div.DivClassName
{
background-color: #FE0018;
}
.BgClassName
{
background-color: #FE0018;
}
</style>
border-color css
<style>
span { border-color: #FE0018; }
span { border-color: rgb(254,0,24); }
td.TdClassName
{
border-color: #FE0018;
}
.TagClassName
{
border-color: #FE0018;
}
</style>