Shades of Torch Red #FE012F
Tints of Torch Red #FE012F
RGB
CMYK
RGB Variations
Color information
#FE012F (or 0xFE012F) is known color: Torch Red. HEX triplet: FE, 01 and 2F. RGB value is (254,1,47). Sum of RGB (Red+Green+Blue) = 254+1+47=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE012F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE012F is #01FED0. Grayscale: #515151. Windows color (decimal): -130769 or 3080702. OLE color: 3080702.
HSL color Cylindrical-coordinate representation of color #FE012F: hue angle of 349.09º 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 #FE012F is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 47 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.00 |
| HSL | 349.09º | 0.99% | 0.5% | - |
| HSV(B) | 349.09º | 1% | 1% | - |
| XYZ | 41.4 | 21.3 | 4.62 | - |
| YUV | 81.89 | 108.32 | 250.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 47 | 0 | 1.00 | 0.81 | 0.00 | 349.09 | 0.99 | 0.5 |
| Hex | FE | 1 | 2F | 0 | 64 | 51 | 0 | 15D | 63 | 32 |
| Octal | 376 | 1 | 57 | 0 | 144 | 121 | 0 | 535 | 143 | 62 |
| Binary | 11111110 | 1 | 101111 | 0 | 1100100 | 1010001 | 0 | 101011101 | 1100011 | 110010 |
Color Harmonies of #FE012F
Complementary color
Monochromatic Colors of #FE012F
Black with #FE012F
Text Example
Text Example
White with #FE012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE012F; }
p { color: rgb(254,1,47); }
H1.HeaderClassName
{
color: #FE012F;
}
.AnyTagClassName
{
color: #FE012F;
}
</style>
background-color css
<style>
a { background-color: #FE012F; }
a { background-color: rgb(254,1,47); }
div.DivClassName
{
background-color: #FE012F;
}
.BgClassName
{
background-color: #FE012F;
}
</style>
border-color css
<style>
span { border-color: #FE012F; }
span { border-color: rgb(254,1,47); }
td.TdClassName
{
border-color: #FE012F;
}
.TagClassName
{
border-color: #FE012F;
}
</style>