Shades of Torch Red #FE102C
Tints of Torch Red #FE102C
RGB
CMYK
RGB Variations
Color information
#FE102C (or 0xFE102C) is known color: Torch Red. HEX triplet: FE, 10 and 2C. RGB value is (254,16,44). Sum of RGB (Red+Green+Blue) = 254+16+44=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE102C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE102C is #01EFD3. Grayscale: #5A5A5A. Windows color (decimal): -126932 or 2887934. OLE color: 2887934.
HSL color Cylindrical-coordinate representation of color #FE102C: hue angle of 352.94º 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 #FE102C is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 44 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.00 |
| HSL | 352.94º | 0.99% | 0.53% | - |
| HSV(B) | 352.94º | 0.94% | 1% | - |
| XYZ | 41.51 | 21.62 | 4.37 | - |
| YUV | 90.35 | 101.85 | 244.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 44 | 0 | 0.94 | 0.83 | 0.00 | 352.94 | 0.99 | 0.53 |
| Hex | FE | 10 | 2C | 0 | 5E | 53 | 0 | 161 | 63 | 35 |
| Octal | 376 | 20 | 54 | 0 | 136 | 123 | 0 | 541 | 143 | 65 |
| Binary | 11111110 | 10000 | 101100 | 0 | 1011110 | 1010011 | 0 | 101100001 | 1100011 | 110101 |
Color Harmonies of #FE102C
Complementary color
Monochromatic Colors of #FE102C
Black with #FE102C
Text Example
Text Example
White with #FE102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE102C; }
p { color: rgb(254,16,44); }
H1.HeaderClassName
{
color: #FE102C;
}
.AnyTagClassName
{
color: #FE102C;
}
</style>
background-color css
<style>
a { background-color: #FE102C; }
a { background-color: rgb(254,16,44); }
div.DivClassName
{
background-color: #FE102C;
}
.BgClassName
{
background-color: #FE102C;
}
</style>
border-color css
<style>
span { border-color: #FE102C; }
span { border-color: rgb(254,16,44); }
td.TdClassName
{
border-color: #FE102C;
}
.TagClassName
{
border-color: #FE102C;
}
</style>