Shades of Torch Red #FE0419
Tints of Torch Red #FE0419
RGB
CMYK
RGB Variations
Color information
#FE0419 (or 0xFE0419) is known color: Torch Red. HEX triplet: FE, 04 and 19. RGB value is (254,4,25). Sum of RGB (Red+Green+Blue) = 254+4+25=283 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.75% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0419 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0419 is #01FBE6. Grayscale: #515151. Windows color (decimal): -130023 or 1639678. OLE color: 1639678.
HSL color Cylindrical-coordinate representation of color #FE0419: hue angle of 354.96º 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 #FE0419 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 25 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.00 |
| HSL | 354.96º | 0.99% | 0.51% | - |
| HSV(B) | 354.96º | 0.98% | 1% | - |
| XYZ | 41.09 | 21.23 | 2.85 | - |
| YUV | 81.14 | 96.33 | 251.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 25 | 0 | 0.98 | 0.90 | 0.00 | 354.96 | 0.99 | 0.51 |
| Hex | FE | 4 | 19 | 0 | 62 | 5A | 0 | 163 | 63 | 33 |
| Octal | 376 | 4 | 31 | 0 | 142 | 132 | 0 | 543 | 143 | 63 |
| Binary | 11111110 | 100 | 11001 | 0 | 1100010 | 1011010 | 0 | 101100011 | 1100011 | 110011 |
Color Harmonies of #FE0419
Complementary color
Monochromatic Colors of #FE0419
Black with #FE0419
Text Example
Text Example
White with #FE0419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0419; }
p { color: rgb(254,4,25); }
H1.HeaderClassName
{
color: #FE0419;
}
.AnyTagClassName
{
color: #FE0419;
}
</style>
background-color css
<style>
a { background-color: #FE0419; }
a { background-color: rgb(254,4,25); }
div.DivClassName
{
background-color: #FE0419;
}
.BgClassName
{
background-color: #FE0419;
}
</style>
border-color css
<style>
span { border-color: #FE0419; }
span { border-color: rgb(254,4,25); }
td.TdClassName
{
border-color: #FE0419;
}
.TagClassName
{
border-color: #FE0419;
}
</style>