Shades of Torch Red #FE1013
Tints of Torch Red #FE1013
RGB
CMYK
RGB Variations
Color information
#FE1013 (or 0xFE1013) is known color: Torch Red. HEX triplet: FE, 10 and 13. RGB value is (254,16,19). Sum of RGB (Red+Green+Blue) = 254+16+19=289 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.89% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1013 is #01EFEC. Grayscale: #575757. Windows color (decimal): -126957 or 1249534. OLE color: 1249534.
HSL color Cylindrical-coordinate representation of color #FE1013: hue angle of 359.24º 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 #FE1013 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 19 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.00 |
| HSL | 359.24º | 0.99% | 0.53% | - |
| HSV(B) | 359.24º | 0.94% | 1% | - |
| XYZ | 41.18 | 21.49 | 2.59 | - |
| YUV | 87.5 | 89.35 | 246.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 19 | 0 | 0.94 | 0.93 | 0.00 | 359.24 | 0.99 | 0.53 |
| Hex | FE | 10 | 13 | 0 | 5E | 5D | 0 | 167 | 63 | 35 |
| Octal | 376 | 20 | 23 | 0 | 136 | 135 | 0 | 547 | 143 | 65 |
| Binary | 11111110 | 10000 | 10011 | 0 | 1011110 | 1011101 | 0 | 101100111 | 1100011 | 110101 |
Color Harmonies of #FE1013
Complementary color
Monochromatic Colors of #FE1013
Black with #FE1013
Text Example
Text Example
White with #FE1013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1013; }
p { color: rgb(254,16,19); }
H1.HeaderClassName
{
color: #FE1013;
}
.AnyTagClassName
{
color: #FE1013;
}
</style>
background-color css
<style>
a { background-color: #FE1013; }
a { background-color: rgb(254,16,19); }
div.DivClassName
{
background-color: #FE1013;
}
.BgClassName
{
background-color: #FE1013;
}
</style>
border-color css
<style>
span { border-color: #FE1013; }
span { border-color: rgb(254,16,19); }
td.TdClassName
{
border-color: #FE1013;
}
.TagClassName
{
border-color: #FE1013;
}
</style>