Shades of Torch Red #FE1A2D
Tints of Torch Red #FE1A2D
RGB
CMYK
RGB Variations
Color information
#FE1A2D (or 0xFE1A2D) is known color: Torch Red. HEX triplet: FE, 1A and 2D. RGB value is (254,26,45). Sum of RGB (Red+Green+Blue) = 254+26+45=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1A2D is #01E5D2. Grayscale: #606060. Windows color (decimal): -124371 or 2956030. OLE color: 2956030.
HSL color Cylindrical-coordinate representation of color #FE1A2D: hue angle of 355º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1A2D is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 45 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.00 |
| HSL | 355º | 0.99% | 0.55% | - |
| HSV(B) | 355º | 0.9% | 1% | - |
| XYZ | 41.72 | 22 | 4.53 | - |
| YUV | 96.34 | 99.04 | 240.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 45 | 0 | 0.90 | 0.82 | 0.00 | 355 | 0.99 | 0.55 |
| Hex | FE | 1A | 2D | 0 | 5A | 52 | 0 | 163 | 63 | 37 |
| Octal | 376 | 32 | 55 | 0 | 132 | 122 | 0 | 543 | 143 | 67 |
| Binary | 11111110 | 11010 | 101101 | 0 | 1011010 | 1010010 | 0 | 101100011 | 1100011 | 110111 |
Color Harmonies of #FE1A2D
Complementary color
Monochromatic Colors of #FE1A2D
Black with #FE1A2D
Text Example
Text Example
White with #FE1A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1A2D; }
p { color: rgb(254,26,45); }
H1.HeaderClassName
{
color: #FE1A2D;
}
.AnyTagClassName
{
color: #FE1A2D;
}
</style>
background-color css
<style>
a { background-color: #FE1A2D; }
a { background-color: rgb(254,26,45); }
div.DivClassName
{
background-color: #FE1A2D;
}
.BgClassName
{
background-color: #FE1A2D;
}
</style>
border-color css
<style>
span { border-color: #FE1A2D; }
span { border-color: rgb(254,26,45); }
td.TdClassName
{
border-color: #FE1A2D;
}
.TagClassName
{
border-color: #FE1A2D;
}
</style>