Shades of Torch Red #FE2741
Tints of Torch Red #FE2741
RGB
CMYK
RGB Variations
Color information
#FE2741 (or 0xFE2741) is known color: Torch Red. HEX triplet: FE, 27 and 41. RGB value is (254,39,65). Sum of RGB (Red+Green+Blue) = 254+39+65=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2741 is #01D8BE. Grayscale: #6A6A6A. Windows color (decimal): -121023 or 4270078. OLE color: 4270078.
HSL color Cylindrical-coordinate representation of color #FE2741: hue angle of 352.74º 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 #FE2741 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 65 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.00 |
| HSL | 352.74º | 0.99% | 0.57% | - |
| HSV(B) | 352.74º | 0.85% | 1% | - |
| XYZ | 42.55 | 22.9 | 7.18 | - |
| YUV | 106.25 | 104.73 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 65 | 0 | 0.85 | 0.74 | 0.00 | 352.74 | 0.99 | 0.57 |
| Hex | FE | 27 | 41 | 0 | 55 | 4A | 0 | 161 | 63 | 39 |
| Octal | 376 | 47 | 101 | 0 | 125 | 112 | 0 | 541 | 143 | 71 |
| Binary | 11111110 | 100111 | 1000001 | 0 | 1010101 | 1001010 | 0 | 101100001 | 1100011 | 111001 |
Color Harmonies of #FE2741
Complementary color
Monochromatic Colors of #FE2741
Black with #FE2741
Text Example
Text Example
White with #FE2741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2741; }
p { color: rgb(254,39,65); }
H1.HeaderClassName
{
color: #FE2741;
}
.AnyTagClassName
{
color: #FE2741;
}
</style>
background-color css
<style>
a { background-color: #FE2741; }
a { background-color: rgb(254,39,65); }
div.DivClassName
{
background-color: #FE2741;
}
.BgClassName
{
background-color: #FE2741;
}
</style>
border-color css
<style>
span { border-color: #FE2741; }
span { border-color: rgb(254,39,65); }
td.TdClassName
{
border-color: #FE2741;
}
.TagClassName
{
border-color: #FE2741;
}
</style>