Shades of Torch Red #FE012D
Tints of Torch Red #FE012D
RGB
CMYK
RGB Variations
Color information
#FE012D (or 0xFE012D) is known color: Torch Red. HEX triplet: FE, 01 and 2D. RGB value is (254,1,45). Sum of RGB (Red+Green+Blue) = 254+1+45=300 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 254 - color contains mainly: red. Hex color #FE012D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE012D is #01FED2. Grayscale: #515151. Windows color (decimal): -130771 or 2949630. OLE color: 2949630.
HSL color Cylindrical-coordinate representation of color #FE012D: hue angle of 349.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE012D is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.00 |
| HSL | 349.57º | 0.99% | 0.5% | - |
| HSV(B) | 349.57º | 1% | 1% | - |
| XYZ | 41.36 | 21.28 | 4.41 | - |
| YUV | 81.66 | 107.32 | 250.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 45 | 0 | 1.00 | 0.82 | 0.00 | 349.57 | 0.99 | 0.5 |
| Hex | FE | 1 | 2D | 0 | 64 | 52 | 0 | 15E | 63 | 32 |
| Octal | 376 | 1 | 55 | 0 | 144 | 122 | 0 | 536 | 143 | 62 |
| Binary | 11111110 | 1 | 101101 | 0 | 1100100 | 1010010 | 0 | 101011110 | 1100011 | 110010 |
Color Harmonies of #FE012D
Complementary color
Monochromatic Colors of #FE012D
Black with #FE012D
Text Example
Text Example
White with #FE012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE012D; }
p { color: rgb(254,1,45); }
H1.HeaderClassName
{
color: #FE012D;
}
.AnyTagClassName
{
color: #FE012D;
}
</style>
background-color css
<style>
a { background-color: #FE012D; }
a { background-color: rgb(254,1,45); }
div.DivClassName
{
background-color: #FE012D;
}
.BgClassName
{
background-color: #FE012D;
}
</style>
border-color css
<style>
span { border-color: #FE012D; }
span { border-color: rgb(254,1,45); }
td.TdClassName
{
border-color: #FE012D;
}
.TagClassName
{
border-color: #FE012D;
}
</style>