Shades of Torch Red #FE002A
Tints of Torch Red #FE002A
RGB
CMYK
RGB Variations
Color information
#FE002A (or 0xFE002A) is known color: Torch Red. HEX triplet: FE, 00 and 2A. RGB value is (254,0,42). Sum of RGB (Red+Green+Blue) = 254+0+42=296 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.81% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 254 - color contains mainly: red. Hex color #FE002A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE002A is #01FFD5. Grayscale: #505050. Windows color (decimal): -131030 or 2752766. OLE color: 2752766.
HSL color Cylindrical-coordinate representation of color #FE002A: hue angle of 350.08º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE002A is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.83 | 0.00 |
| HSL | 350.08º | 1% | 0.5% | - |
| HSV(B) | 350.08º | 1% | 1% | - |
| XYZ | 41.29 | 21.24 | 4.11 | - |
| YUV | 80.73 | 106.15 | 251.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 42 | 0 | 1 | 0.83 | 0.00 | 350.08 | 1 | 0.5 |
| Hex | FE | 0 | 2A | 0 | 64 | 53 | 0 | 15E | 64 | 32 |
| Octal | 376 | 0 | 52 | 0 | 144 | 123 | 0 | 536 | 144 | 62 |
| Binary | 11111110 | 0 | 101010 | 0 | 1100100 | 1010011 | 0 | 101011110 | 1100100 | 110010 |
Color Harmonies of #FE002A
Complementary color
Monochromatic Colors of #FE002A
Black with #FE002A
Text Example
Text Example
White with #FE002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE002A; }
p { color: rgb(254,0,42); }
H1.HeaderClassName
{
color: #FE002A;
}
.AnyTagClassName
{
color: #FE002A;
}
</style>
background-color css
<style>
a { background-color: #FE002A; }
a { background-color: rgb(254,0,42); }
div.DivClassName
{
background-color: #FE002A;
}
.BgClassName
{
background-color: #FE002A;
}
</style>
border-color css
<style>
span { border-color: #FE002A; }
span { border-color: rgb(254,0,42); }
td.TdClassName
{
border-color: #FE002A;
}
.TagClassName
{
border-color: #FE002A;
}
</style>