Shades of Torch Red #FE1E24
Tints of Torch Red #FE1E24
RGB
CMYK
RGB Variations
Color information
#FE1E24 (or 0xFE1E24) is known color: Torch Red. HEX triplet: FE, 1E and 24. RGB value is (254,30,36). Sum of RGB (Red+Green+Blue) = 254+30+36=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1E24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1E24 is #01E1DB. Grayscale: #616161. Windows color (decimal): -123356 or 2367230. OLE color: 2367230.
HSL color Cylindrical-coordinate representation of color #FE1E24: hue angle of 358.39º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1E24 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 36 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.00 |
| HSL | 358.39º | 0.99% | 0.56% | - |
| HSV(B) | 358.39º | 0.88% | 1% | - |
| XYZ | 41.66 | 22.13 | 3.74 | - |
| YUV | 97.66 | 93.21 | 239.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 36 | 0 | 0.88 | 0.86 | 0.00 | 358.39 | 0.99 | 0.56 |
| Hex | FE | 1E | 24 | 0 | 58 | 56 | 0 | 166 | 63 | 38 |
| Octal | 376 | 36 | 44 | 0 | 130 | 126 | 0 | 546 | 143 | 70 |
| Binary | 11111110 | 11110 | 100100 | 0 | 1011000 | 1010110 | 0 | 101100110 | 1100011 | 111000 |
Color Harmonies of #FE1E24
Complementary color
Monochromatic Colors of #FE1E24
Black with #FE1E24
Text Example
Text Example
White with #FE1E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1E24; }
p { color: rgb(254,30,36); }
H1.HeaderClassName
{
color: #FE1E24;
}
.AnyTagClassName
{
color: #FE1E24;
}
</style>
background-color css
<style>
a { background-color: #FE1E24; }
a { background-color: rgb(254,30,36); }
div.DivClassName
{
background-color: #FE1E24;
}
.BgClassName
{
background-color: #FE1E24;
}
</style>
border-color css
<style>
span { border-color: #FE1E24; }
span { border-color: rgb(254,30,36); }
td.TdClassName
{
border-color: #FE1E24;
}
.TagClassName
{
border-color: #FE1E24;
}
</style>