Shades of Torch Red #FE102E
Tints of Torch Red #FE102E
RGB
CMYK
RGB Variations
Color information
#FE102E (or 0xFE102E) is known color: Torch Red. HEX triplet: FE, 10 and 2E. RGB value is (254,16,46). Sum of RGB (Red+Green+Blue) = 254+16+46=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE102E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE102E is #01EFD1. Grayscale: #5A5A5A. Windows color (decimal): -126930 or 3019006. OLE color: 3019006.
HSL color Cylindrical-coordinate representation of color #FE102E: hue angle of 352.44º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE102E is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 46 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.00 |
| HSL | 352.44º | 0.99% | 0.53% | - |
| HSV(B) | 352.44º | 0.94% | 1% | - |
| XYZ | 41.55 | 21.64 | 4.57 | - |
| YUV | 90.58 | 102.85 | 244.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 46 | 0 | 0.94 | 0.82 | 0.00 | 352.44 | 0.99 | 0.53 |
| Hex | FE | 10 | 2E | 0 | 5E | 52 | 0 | 160 | 63 | 35 |
| Octal | 376 | 20 | 56 | 0 | 136 | 122 | 0 | 540 | 143 | 65 |
| Binary | 11111110 | 10000 | 101110 | 0 | 1011110 | 1010010 | 0 | 101100000 | 1100011 | 110101 |
Color Harmonies of #FE102E
Complementary color
Monochromatic Colors of #FE102E
Black with #FE102E
Text Example
Text Example
White with #FE102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE102E; }
p { color: rgb(254,16,46); }
H1.HeaderClassName
{
color: #FE102E;
}
.AnyTagClassName
{
color: #FE102E;
}
</style>
background-color css
<style>
a { background-color: #FE102E; }
a { background-color: rgb(254,16,46); }
div.DivClassName
{
background-color: #FE102E;
}
.BgClassName
{
background-color: #FE102E;
}
</style>
border-color css
<style>
span { border-color: #FE102E; }
span { border-color: rgb(254,16,46); }
td.TdClassName
{
border-color: #FE102E;
}
.TagClassName
{
border-color: #FE102E;
}
</style>