Shades of Torch Red #FE103E
Tints of Torch Red #FE103E
RGB
CMYK
RGB Variations
Color information
#FE103E (or 0xFE103E) is known color: Torch Red. HEX triplet: FE, 10 and 3E. RGB value is (254,16,62). Sum of RGB (Red+Green+Blue) = 254+16+62=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE103E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE103E is #01EFC1. Grayscale: #5C5C5C. Windows color (decimal): -126914 or 4067582. OLE color: 4067582.
HSL color Cylindrical-coordinate representation of color #FE103E: hue angle of 348.4º 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 #FE103E is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 62 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.00 |
| HSL | 348.4º | 0.99% | 0.53% | - |
| HSV(B) | 348.4º | 0.94% | 1% | - |
| XYZ | 41.93 | 21.79 | 6.55 | - |
| YUV | 92.41 | 110.85 | 243.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 62 | 0 | 0.94 | 0.76 | 0.00 | 348.4 | 0.99 | 0.53 |
| Hex | FE | 10 | 3E | 0 | 5E | 4C | 0 | 15C | 63 | 35 |
| Octal | 376 | 20 | 76 | 0 | 136 | 114 | 0 | 534 | 143 | 65 |
| Binary | 11111110 | 10000 | 111110 | 0 | 1011110 | 1001100 | 0 | 101011100 | 1100011 | 110101 |
Color Harmonies of #FE103E
Complementary color
Monochromatic Colors of #FE103E
Black with #FE103E
Text Example
Text Example
White with #FE103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE103E; }
p { color: rgb(254,16,62); }
H1.HeaderClassName
{
color: #FE103E;
}
.AnyTagClassName
{
color: #FE103E;
}
</style>
background-color css
<style>
a { background-color: #FE103E; }
a { background-color: rgb(254,16,62); }
div.DivClassName
{
background-color: #FE103E;
}
.BgClassName
{
background-color: #FE103E;
}
</style>
border-color css
<style>
span { border-color: #FE103E; }
span { border-color: rgb(254,16,62); }
td.TdClassName
{
border-color: #FE103E;
}
.TagClassName
{
border-color: #FE103E;
}
</style>