Shades of Torch Red #FE2641
Tints of Torch Red #FE2641
RGB
CMYK
RGB Variations
Color information
#FE2641 (or 0xFE2641) is known color: Torch Red. HEX triplet: FE, 26 and 41. RGB value is (254,38,65). Sum of RGB (Red+Green+Blue) = 254+38+65=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2641 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2641 is #01D9BE. Grayscale: #696969. Windows color (decimal): -121279 or 4269822. OLE color: 4269822.
HSL color Cylindrical-coordinate representation of color #FE2641: hue angle of 352.5º 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 #FE2641 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 65 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.00 |
| HSL | 352.5º | 0.99% | 0.57% | - |
| HSV(B) | 352.5º | 0.85% | 1% | - |
| XYZ | 42.52 | 22.84 | 7.17 | - |
| YUV | 105.66 | 105.06 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 65 | 0 | 0.85 | 0.74 | 0.00 | 352.5 | 0.99 | 0.57 |
| Hex | FE | 26 | 41 | 0 | 55 | 4A | 0 | 160 | 63 | 39 |
| Octal | 376 | 46 | 101 | 0 | 125 | 112 | 0 | 540 | 143 | 71 |
| Binary | 11111110 | 100110 | 1000001 | 0 | 1010101 | 1001010 | 0 | 101100000 | 1100011 | 111001 |
Color Harmonies of #FE2641
Complementary color
Monochromatic Colors of #FE2641
Black with #FE2641
Text Example
Text Example
White with #FE2641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2641; }
p { color: rgb(254,38,65); }
H1.HeaderClassName
{
color: #FE2641;
}
.AnyTagClassName
{
color: #FE2641;
}
</style>
background-color css
<style>
a { background-color: #FE2641; }
a { background-color: rgb(254,38,65); }
div.DivClassName
{
background-color: #FE2641;
}
.BgClassName
{
background-color: #FE2641;
}
</style>
border-color css
<style>
span { border-color: #FE2641; }
span { border-color: rgb(254,38,65); }
td.TdClassName
{
border-color: #FE2641;
}
.TagClassName
{
border-color: #FE2641;
}
</style>