Shades of Torch Red #FE1E3E
Tints of Torch Red #FE1E3E
RGB
CMYK
RGB Variations
Color information
#FE1E3E (or 0xFE1E3E) is known color: Torch Red. HEX triplet: FE, 1E and 3E. RGB value is (254,30,62). Sum of RGB (Red+Green+Blue) = 254+30+62=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1E3E is #01E1C1. Grayscale: #646464. Windows color (decimal): -123330 or 4071166. OLE color: 4071166.
HSL color Cylindrical-coordinate representation of color #FE1E3E: hue angle of 351.43º 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 #FE1E3E is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 62 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.00 |
| HSL | 351.43º | 0.99% | 0.56% | - |
| HSV(B) | 351.43º | 0.88% | 1% | - |
| XYZ | 42.21 | 22.35 | 6.65 | - |
| YUV | 100.62 | 106.21 | 237.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 62 | 0 | 0.88 | 0.76 | 0.00 | 351.43 | 0.99 | 0.56 |
| Hex | FE | 1E | 3E | 0 | 58 | 4C | 0 | 15F | 63 | 38 |
| Octal | 376 | 36 | 76 | 0 | 130 | 114 | 0 | 537 | 143 | 70 |
| Binary | 11111110 | 11110 | 111110 | 0 | 1011000 | 1001100 | 0 | 101011111 | 1100011 | 111000 |
Color Harmonies of #FE1E3E
Complementary color
Monochromatic Colors of #FE1E3E
Black with #FE1E3E
Text Example
Text Example
White with #FE1E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1E3E; }
p { color: rgb(254,30,62); }
H1.HeaderClassName
{
color: #FE1E3E;
}
.AnyTagClassName
{
color: #FE1E3E;
}
</style>
background-color css
<style>
a { background-color: #FE1E3E; }
a { background-color: rgb(254,30,62); }
div.DivClassName
{
background-color: #FE1E3E;
}
.BgClassName
{
background-color: #FE1E3E;
}
</style>
border-color css
<style>
span { border-color: #FE1E3E; }
span { border-color: rgb(254,30,62); }
td.TdClassName
{
border-color: #FE1E3E;
}
.TagClassName
{
border-color: #FE1E3E;
}
</style>