Shades of Torch Red #FE1E35
Tints of Torch Red #FE1E35
RGB
CMYK
RGB Variations
Color information
#FE1E35 (or 0xFE1E35) is known color: Torch Red. HEX triplet: FE, 1E and 35. RGB value is (254,30,53). Sum of RGB (Red+Green+Blue) = 254+30+53=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1E35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1E35 is #01E1CA. Grayscale: #636363. Windows color (decimal): -123339 or 3481342. OLE color: 3481342.
HSL color Cylindrical-coordinate representation of color #FE1E35: hue angle of 353.84º 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 #FE1E35 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 53 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.00 |
| HSL | 353.84º | 0.99% | 0.56% | - |
| HSV(B) | 353.84º | 0.88% | 1% | - |
| XYZ | 41.98 | 22.26 | 5.45 | - |
| YUV | 99.6 | 101.71 | 238.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 53 | 0 | 0.88 | 0.79 | 0.00 | 353.84 | 0.99 | 0.56 |
| Hex | FE | 1E | 35 | 0 | 58 | 4F | 0 | 162 | 63 | 38 |
| Octal | 376 | 36 | 65 | 0 | 130 | 117 | 0 | 542 | 143 | 70 |
| Binary | 11111110 | 11110 | 110101 | 0 | 1011000 | 1001111 | 0 | 101100010 | 1100011 | 111000 |
Color Harmonies of #FE1E35
Complementary color
Monochromatic Colors of #FE1E35
Black with #FE1E35
Text Example
Text Example
White with #FE1E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1E35; }
p { color: rgb(254,30,53); }
H1.HeaderClassName
{
color: #FE1E35;
}
.AnyTagClassName
{
color: #FE1E35;
}
</style>
background-color css
<style>
a { background-color: #FE1E35; }
a { background-color: rgb(254,30,53); }
div.DivClassName
{
background-color: #FE1E35;
}
.BgClassName
{
background-color: #FE1E35;
}
</style>
border-color css
<style>
span { border-color: #FE1E35; }
span { border-color: rgb(254,30,53); }
td.TdClassName
{
border-color: #FE1E35;
}
.TagClassName
{
border-color: #FE1E35;
}
</style>