Shades of Torch Red #FE021B
Tints of Torch Red #FE021B
RGB
CMYK
RGB Variations
Color information
#FE021B (or 0xFE021B) is known color: Torch Red. HEX triplet: FE, 02 and 1B. RGB value is (254,2,27). Sum of RGB (Red+Green+Blue) = 254+2+27=283 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.75% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 254 - color contains mainly: red. Hex color #FE021B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE021B is #01FDE4. Grayscale: #505050. Windows color (decimal): -130533 or 1770238. OLE color: 1770238.
HSL color Cylindrical-coordinate representation of color #FE021B: hue angle of 354.05º 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 #FE021B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.00 |
| HSL | 354.05º | 0.99% | 0.5% | - |
| HSV(B) | 354.05º | 0.99% | 1% | - |
| XYZ | 41.09 | 21.19 | 2.96 | - |
| YUV | 80.2 | 97.99 | 251.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 27 | 0 | 0.99 | 0.89 | 0.00 | 354.05 | 0.99 | 0.5 |
| Hex | FE | 2 | 1B | 0 | 63 | 59 | 0 | 162 | 63 | 32 |
| Octal | 376 | 2 | 33 | 0 | 143 | 131 | 0 | 542 | 143 | 62 |
| Binary | 11111110 | 10 | 11011 | 0 | 1100011 | 1011001 | 0 | 101100010 | 1100011 | 110010 |
Color Harmonies of #FE021B
Complementary color
Monochromatic Colors of #FE021B
Black with #FE021B
Text Example
Text Example
White with #FE021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE021B; }
p { color: rgb(254,2,27); }
H1.HeaderClassName
{
color: #FE021B;
}
.AnyTagClassName
{
color: #FE021B;
}
</style>
background-color css
<style>
a { background-color: #FE021B; }
a { background-color: rgb(254,2,27); }
div.DivClassName
{
background-color: #FE021B;
}
.BgClassName
{
background-color: #FE021B;
}
</style>
border-color css
<style>
span { border-color: #FE021B; }
span { border-color: rgb(254,2,27); }
td.TdClassName
{
border-color: #FE021B;
}
.TagClassName
{
border-color: #FE021B;
}
</style>