Shades of Torch Red #FE2640
Tints of Torch Red #FE2640
RGB
CMYK
RGB Variations
Color information
#FE2640 (or 0xFE2640) is known color: Torch Red. HEX triplet: FE, 26 and 40. RGB value is (254,38,64). Sum of RGB (Red+Green+Blue) = 254+38+64=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2640 is #01D9BF. Grayscale: #696969. Windows color (decimal): -121280 or 4204286. OLE color: 4204286.
HSL color Cylindrical-coordinate representation of color #FE2640: hue angle of 352.78º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2640 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 64 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.00 |
| HSL | 352.78º | 0.99% | 0.57% | - |
| HSV(B) | 352.78º | 0.85% | 1% | - |
| XYZ | 42.49 | 22.83 | 7.02 | - |
| YUV | 105.55 | 104.56 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 64 | 0 | 0.85 | 0.75 | 0.00 | 352.78 | 0.99 | 0.57 |
| Hex | FE | 26 | 40 | 0 | 55 | 4B | 0 | 161 | 63 | 39 |
| Octal | 376 | 46 | 100 | 0 | 125 | 113 | 0 | 541 | 143 | 71 |
| Binary | 11111110 | 100110 | 1000000 | 0 | 1010101 | 1001011 | 0 | 101100001 | 1100011 | 111001 |
Color Harmonies of #FE2640
Complementary color
Monochromatic Colors of #FE2640
Black with #FE2640
Text Example
Text Example
White with #FE2640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2640; }
p { color: rgb(254,38,64); }
H1.HeaderClassName
{
color: #FE2640;
}
.AnyTagClassName
{
color: #FE2640;
}
</style>
background-color css
<style>
a { background-color: #FE2640; }
a { background-color: rgb(254,38,64); }
div.DivClassName
{
background-color: #FE2640;
}
.BgClassName
{
background-color: #FE2640;
}
</style>
border-color css
<style>
span { border-color: #FE2640; }
span { border-color: rgb(254,38,64); }
td.TdClassName
{
border-color: #FE2640;
}
.TagClassName
{
border-color: #FE2640;
}
</style>