Shades of Torch Red #FE2841
Tints of Torch Red #FE2841
RGB
CMYK
RGB Variations
Color information
#FE2841 (or 0xFE2841) is known color: Torch Red. HEX triplet: FE, 28 and 41. RGB value is (254,40,65). Sum of RGB (Red+Green+Blue) = 254+40+65=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2841 is #01D7BE. Grayscale: #6A6A6A. Windows color (decimal): -120767 or 4270334. OLE color: 4270334.
HSL color Cylindrical-coordinate representation of color #FE2841: hue angle of 352.99º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE2841 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 65 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.00 |
| HSL | 352.99º | 0.99% | 0.58% | - |
| HSV(B) | 352.99º | 0.84% | 1% | - |
| XYZ | 42.59 | 22.97 | 7.19 | - |
| YUV | 106.84 | 104.4 | 232.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 65 | 0 | 0.84 | 0.74 | 0.00 | 352.99 | 0.99 | 0.58 |
| Hex | FE | 28 | 41 | 0 | 54 | 4A | 0 | 161 | 63 | 3A |
| Octal | 376 | 50 | 101 | 0 | 124 | 112 | 0 | 541 | 143 | 72 |
| Binary | 11111110 | 101000 | 1000001 | 0 | 1010100 | 1001010 | 0 | 101100001 | 1100011 | 111010 |
Color Harmonies of #FE2841
Complementary color
Monochromatic Colors of #FE2841
Black with #FE2841
Text Example
Text Example
White with #FE2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2841; }
p { color: rgb(254,40,65); }
H1.HeaderClassName
{
color: #FE2841;
}
.AnyTagClassName
{
color: #FE2841;
}
</style>
background-color css
<style>
a { background-color: #FE2841; }
a { background-color: rgb(254,40,65); }
div.DivClassName
{
background-color: #FE2841;
}
.BgClassName
{
background-color: #FE2841;
}
</style>
border-color css
<style>
span { border-color: #FE2841; }
span { border-color: rgb(254,40,65); }
td.TdClassName
{
border-color: #FE2841;
}
.TagClassName
{
border-color: #FE2841;
}
</style>