Shades of Torch Red #FE0219
Tints of Torch Red #FE0219
RGB
CMYK
RGB Variations
Color information
#FE0219 (or 0xFE0219) is known color: Torch Red. HEX triplet: FE, 02 and 19. RGB value is (254,2,25). Sum of RGB (Red+Green+Blue) = 254+2+25=281 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.39% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0219 is #01FDE6. Grayscale: #505050. Windows color (decimal): -130535 or 1639166. OLE color: 1639166.
HSL color Cylindrical-coordinate representation of color #FE0219: hue angle of 354.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0219 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.00 |
| HSL | 354.52º | 0.99% | 0.5% | - |
| HSV(B) | 354.52º | 0.99% | 1% | - |
| XYZ | 41.07 | 21.18 | 2.84 | - |
| YUV | 79.97 | 96.99 | 252.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 25 | 0 | 0.99 | 0.90 | 0.00 | 354.52 | 0.99 | 0.5 |
| Hex | FE | 2 | 19 | 0 | 63 | 5A | 0 | 163 | 63 | 32 |
| Octal | 376 | 2 | 31 | 0 | 143 | 132 | 0 | 543 | 143 | 62 |
| Binary | 11111110 | 10 | 11001 | 0 | 1100011 | 1011010 | 0 | 101100011 | 1100011 | 110010 |
Color Harmonies of #FE0219
Complementary color
Monochromatic Colors of #FE0219
Black with #FE0219
Text Example
Text Example
White with #FE0219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0219; }
p { color: rgb(254,2,25); }
H1.HeaderClassName
{
color: #FE0219;
}
.AnyTagClassName
{
color: #FE0219;
}
</style>
background-color css
<style>
a { background-color: #FE0219; }
a { background-color: rgb(254,2,25); }
div.DivClassName
{
background-color: #FE0219;
}
.BgClassName
{
background-color: #FE0219;
}
</style>
border-color css
<style>
span { border-color: #FE0219; }
span { border-color: rgb(254,2,25); }
td.TdClassName
{
border-color: #FE0219;
}
.TagClassName
{
border-color: #FE0219;
}
</style>