Shades of Torch Red #FE022A
Tints of Torch Red #FE022A
RGB
CMYK
RGB Variations
Color information
#FE022A (or 0xFE022A) is known color: Torch Red. HEX triplet: FE, 02 and 2A. RGB value is (254,2,42). Sum of RGB (Red+Green+Blue) = 254+2+42=298 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.23% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 254 - color contains mainly: red. Hex color #FE022A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE022A is #01FDD5. Grayscale: #525252. Windows color (decimal): -130518 or 2753278. OLE color: 2753278.
HSL color Cylindrical-coordinate representation of color #FE022A: hue angle of 350.48º 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 #FE022A is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 42 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.00 |
| HSL | 350.48º | 0.99% | 0.5% | - |
| HSV(B) | 350.48º | 0.99% | 1% | - |
| XYZ | 41.31 | 21.28 | 4.12 | - |
| YUV | 81.91 | 105.49 | 250.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 42 | 0 | 0.99 | 0.83 | 0.00 | 350.48 | 0.99 | 0.5 |
| Hex | FE | 2 | 2A | 0 | 63 | 53 | 0 | 15E | 63 | 32 |
| Octal | 376 | 2 | 52 | 0 | 143 | 123 | 0 | 536 | 143 | 62 |
| Binary | 11111110 | 10 | 101010 | 0 | 1100011 | 1010011 | 0 | 101011110 | 1100011 | 110010 |
Color Harmonies of #FE022A
Complementary color
Monochromatic Colors of #FE022A
Black with #FE022A
Text Example
Text Example
White with #FE022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE022A; }
p { color: rgb(254,2,42); }
H1.HeaderClassName
{
color: #FE022A;
}
.AnyTagClassName
{
color: #FE022A;
}
</style>
background-color css
<style>
a { background-color: #FE022A; }
a { background-color: rgb(254,2,42); }
div.DivClassName
{
background-color: #FE022A;
}
.BgClassName
{
background-color: #FE022A;
}
</style>
border-color css
<style>
span { border-color: #FE022A; }
span { border-color: rgb(254,2,42); }
td.TdClassName
{
border-color: #FE022A;
}
.TagClassName
{
border-color: #FE022A;
}
</style>