Shades of Torch Red #FE0413
Tints of Torch Red #FE0413
RGB
CMYK
RGB Variations
Color information
#FE0413 (or 0xFE0413) is known color: Torch Red. HEX triplet: FE, 04 and 13. RGB value is (254,4,19). Sum of RGB (Red+Green+Blue) = 254+4+19=277 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.70% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0413 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0413 is #01FBEC. Grayscale: #505050. Windows color (decimal): -130029 or 1246462. OLE color: 1246462.
HSL color Cylindrical-coordinate representation of color #FE0413: hue angle of 356.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0413 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 19 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.00 |
| HSL | 356.4º | 0.99% | 0.51% | - |
| HSV(B) | 356.4º | 0.98% | 1% | - |
| XYZ | 41.03 | 21.2 | 2.55 | - |
| YUV | 80.46 | 93.33 | 251.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 19 | 0 | 0.98 | 0.93 | 0.00 | 356.4 | 0.99 | 0.51 |
| Hex | FE | 4 | 13 | 0 | 62 | 5D | 0 | 164 | 63 | 33 |
| Octal | 376 | 4 | 23 | 0 | 142 | 135 | 0 | 544 | 143 | 63 |
| Binary | 11111110 | 100 | 10011 | 0 | 1100010 | 1011101 | 0 | 101100100 | 1100011 | 110011 |
Color Harmonies of #FE0413
Complementary color
Monochromatic Colors of #FE0413
Black with #FE0413
Text Example
Text Example
White with #FE0413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0413; }
p { color: rgb(254,4,19); }
H1.HeaderClassName
{
color: #FE0413;
}
.AnyTagClassName
{
color: #FE0413;
}
</style>
background-color css
<style>
a { background-color: #FE0413; }
a { background-color: rgb(254,4,19); }
div.DivClassName
{
background-color: #FE0413;
}
.BgClassName
{
background-color: #FE0413;
}
</style>
border-color css
<style>
span { border-color: #FE0413; }
span { border-color: rgb(254,4,19); }
td.TdClassName
{
border-color: #FE0413;
}
.TagClassName
{
border-color: #FE0413;
}
</style>