Shades of Torch Red #FE1E32
Tints of Torch Red #FE1E32
RGB
CMYK
RGB Variations
Color information
#FE1E32 (or 0xFE1E32) is known color: Torch Red. HEX triplet: FE, 1E and 32. RGB value is (254,30,50). Sum of RGB (Red+Green+Blue) = 254+30+50=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1E32 is #01E1CD. Grayscale: #636363. Windows color (decimal): -123342 or 3284734. OLE color: 3284734.
HSL color Cylindrical-coordinate representation of color #FE1E32: hue angle of 354.64º 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 #FE1E32 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 50 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.00 |
| HSL | 354.64º | 0.99% | 0.56% | - |
| HSV(B) | 354.64º | 0.88% | 1% | - |
| XYZ | 41.91 | 22.23 | 5.1 | - |
| YUV | 99.26 | 100.21 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 50 | 0 | 0.88 | 0.80 | 0.00 | 354.64 | 0.99 | 0.56 |
| Hex | FE | 1E | 32 | 0 | 58 | 50 | 0 | 163 | 63 | 38 |
| Octal | 376 | 36 | 62 | 0 | 130 | 120 | 0 | 543 | 143 | 70 |
| Binary | 11111110 | 11110 | 110010 | 0 | 1011000 | 1010000 | 0 | 101100011 | 1100011 | 111000 |
Color Harmonies of #FE1E32
Complementary color
Monochromatic Colors of #FE1E32
Black with #FE1E32
Text Example
Text Example
White with #FE1E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1E32; }
p { color: rgb(254,30,50); }
H1.HeaderClassName
{
color: #FE1E32;
}
.AnyTagClassName
{
color: #FE1E32;
}
</style>
background-color css
<style>
a { background-color: #FE1E32; }
a { background-color: rgb(254,30,50); }
div.DivClassName
{
background-color: #FE1E32;
}
.BgClassName
{
background-color: #FE1E32;
}
</style>
border-color css
<style>
span { border-color: #FE1E32; }
span { border-color: rgb(254,30,50); }
td.TdClassName
{
border-color: #FE1E32;
}
.TagClassName
{
border-color: #FE1E32;
}
</style>