Shades of Torch Red #FE2140
Tints of Torch Red #FE2140
RGB
CMYK
RGB Variations
Color information
#FE2140 (or 0xFE2140) is known color: Torch Red. HEX triplet: FE, 21 and 40. RGB value is (254,33,64). Sum of RGB (Red+Green+Blue) = 254+33+64=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2140 is #01DEBF. Grayscale: #666666. Windows color (decimal): -122560 or 4203006. OLE color: 4203006.
HSL color Cylindrical-coordinate representation of color #FE2140: hue angle of 351.58º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2140 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 64 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.00 |
| HSL | 351.58º | 0.99% | 0.56% | - |
| HSV(B) | 351.58º | 0.87% | 1% | - |
| XYZ | 42.34 | 22.53 | 6.97 | - |
| YUV | 102.61 | 106.22 | 235.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 64 | 0 | 0.87 | 0.75 | 0.00 | 351.58 | 0.99 | 0.56 |
| Hex | FE | 21 | 40 | 0 | 57 | 4B | 0 | 160 | 63 | 38 |
| Octal | 376 | 41 | 100 | 0 | 127 | 113 | 0 | 540 | 143 | 70 |
| Binary | 11111110 | 100001 | 1000000 | 0 | 1010111 | 1001011 | 0 | 101100000 | 1100011 | 111000 |
Color Harmonies of #FE2140
Complementary color
Monochromatic Colors of #FE2140
Black with #FE2140
Text Example
Text Example
White with #FE2140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2140; }
p { color: rgb(254,33,64); }
H1.HeaderClassName
{
color: #FE2140;
}
.AnyTagClassName
{
color: #FE2140;
}
</style>
background-color css
<style>
a { background-color: #FE2140; }
a { background-color: rgb(254,33,64); }
div.DivClassName
{
background-color: #FE2140;
}
.BgClassName
{
background-color: #FE2140;
}
</style>
border-color css
<style>
span { border-color: #FE2140; }
span { border-color: rgb(254,33,64); }
td.TdClassName
{
border-color: #FE2140;
}
.TagClassName
{
border-color: #FE2140;
}
</style>