Shades of Torch Red #FE0619
Tints of Torch Red #FE0619
RGB
CMYK
RGB Variations
Color information
#FE0619 (or 0xFE0619) is known color: Torch Red. HEX triplet: FE, 06 and 19. RGB value is (254,6,25). Sum of RGB (Red+Green+Blue) = 254+6+25=285 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.12% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0619 is #01F9E6. Grayscale: #525252. Windows color (decimal): -129511 or 1640190. OLE color: 1640190.
HSL color Cylindrical-coordinate representation of color #FE0619: hue angle of 355.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 #FE0619 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 25 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.00 |
| HSL | 355.4º | 0.99% | 0.51% | - |
| HSV(B) | 355.4º | 0.98% | 1% | - |
| XYZ | 41.11 | 21.27 | 2.86 | - |
| YUV | 82.32 | 95.66 | 250.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 25 | 0 | 0.98 | 0.90 | 0.00 | 355.4 | 0.99 | 0.51 |
| Hex | FE | 6 | 19 | 0 | 62 | 5A | 0 | 163 | 63 | 33 |
| Octal | 376 | 6 | 31 | 0 | 142 | 132 | 0 | 543 | 143 | 63 |
| Binary | 11111110 | 110 | 11001 | 0 | 1100010 | 1011010 | 0 | 101100011 | 1100011 | 110011 |
Color Harmonies of #FE0619
Complementary color
Monochromatic Colors of #FE0619
Black with #FE0619
Text Example
Text Example
White with #FE0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0619; }
p { color: rgb(254,6,25); }
H1.HeaderClassName
{
color: #FE0619;
}
.AnyTagClassName
{
color: #FE0619;
}
</style>
background-color css
<style>
a { background-color: #FE0619; }
a { background-color: rgb(254,6,25); }
div.DivClassName
{
background-color: #FE0619;
}
.BgClassName
{
background-color: #FE0619;
}
</style>
border-color css
<style>
span { border-color: #FE0619; }
span { border-color: rgb(254,6,25); }
td.TdClassName
{
border-color: #FE0619;
}
.TagClassName
{
border-color: #FE0619;
}
</style>