Shades of Torch Red #FE0F18
Tints of Torch Red #FE0F18
RGB
CMYK
RGB Variations
Color information
#FE0F18 (or 0xFE0F18) is known color: Torch Red. HEX triplet: FE, 0F and 18. RGB value is (254,15,24). Sum of RGB (Red+Green+Blue) = 254+15+24=293 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.69% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0F18 is #01F0E7. Grayscale: #575757. Windows color (decimal): -127208 or 1576958. OLE color: 1576958.
HSL color Cylindrical-coordinate representation of color #FE0F18: hue angle of 357.74º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0F18 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 24 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.00 |
| HSL | 357.74º | 0.99% | 0.53% | - |
| HSV(B) | 357.74º | 0.94% | 1% | - |
| XYZ | 41.21 | 21.48 | 2.84 | - |
| YUV | 87.49 | 92.18 | 246.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 24 | 0 | 0.94 | 0.91 | 0.00 | 357.74 | 0.99 | 0.53 |
| Hex | FE | F | 18 | 0 | 5E | 5B | 0 | 166 | 63 | 35 |
| Octal | 376 | 17 | 30 | 0 | 136 | 133 | 0 | 546 | 143 | 65 |
| Binary | 11111110 | 1111 | 11000 | 0 | 1011110 | 1011011 | 0 | 101100110 | 1100011 | 110101 |
Color Harmonies of #FE0F18
Complementary color
Monochromatic Colors of #FE0F18
Black with #FE0F18
Text Example
Text Example
White with #FE0F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F18; }
p { color: rgb(254,15,24); }
H1.HeaderClassName
{
color: #FE0F18;
}
.AnyTagClassName
{
color: #FE0F18;
}
</style>
background-color css
<style>
a { background-color: #FE0F18; }
a { background-color: rgb(254,15,24); }
div.DivClassName
{
background-color: #FE0F18;
}
.BgClassName
{
background-color: #FE0F18;
}
</style>
border-color css
<style>
span { border-color: #FE0F18; }
span { border-color: rgb(254,15,24); }
td.TdClassName
{
border-color: #FE0F18;
}
.TagClassName
{
border-color: #FE0F18;
}
</style>