Shades of Torch Red #FE0241
Tints of Torch Red #FE0241
RGB
CMYK
RGB Variations
Color information
#FE0241 (or 0xFE0241) is known color: Torch Red. HEX triplet: FE, 02 and 41. RGB value is (254,2,65). Sum of RGB (Red+Green+Blue) = 254+2+65=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0241 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0241 is #01FDBE. Grayscale: #545454. Windows color (decimal): -130495 or 4260606. OLE color: 4260606.
HSL color Cylindrical-coordinate representation of color #FE0241: hue angle of 345º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0241 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 65 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.00 |
| HSL | 345º | 0.99% | 0.5% | - |
| HSV(B) | 345º | 0.99% | 1% | - |
| XYZ | 41.85 | 21.5 | 6.94 | - |
| YUV | 84.53 | 116.99 | 248.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 65 | 0 | 0.99 | 0.74 | 0.00 | 345 | 0.99 | 0.5 |
| Hex | FE | 2 | 41 | 0 | 63 | 4A | 0 | 159 | 63 | 32 |
| Octal | 376 | 2 | 101 | 0 | 143 | 112 | 0 | 531 | 143 | 62 |
| Binary | 11111110 | 10 | 1000001 | 0 | 1100011 | 1001010 | 0 | 101011001 | 1100011 | 110010 |
Color Harmonies of #FE0241
Complementary color
Monochromatic Colors of #FE0241
Black with #FE0241
Text Example
Text Example
White with #FE0241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0241; }
p { color: rgb(254,2,65); }
H1.HeaderClassName
{
color: #FE0241;
}
.AnyTagClassName
{
color: #FE0241;
}
</style>
background-color css
<style>
a { background-color: #FE0241; }
a { background-color: rgb(254,2,65); }
div.DivClassName
{
background-color: #FE0241;
}
.BgClassName
{
background-color: #FE0241;
}
</style>
border-color css
<style>
span { border-color: #FE0241; }
span { border-color: rgb(254,2,65); }
td.TdClassName
{
border-color: #FE0241;
}
.TagClassName
{
border-color: #FE0241;
}
</style>