Shades of Torch Red #FE0319
Tints of Torch Red #FE0319
RGB
CMYK
RGB Variations
Color information
#FE0319 (or 0xFE0319) is known color: Torch Red. HEX triplet: FE, 03 and 19. RGB value is (254,3,25). Sum of RGB (Red+Green+Blue) = 254+3+25=282 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.07% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0319 is #01FCE6. Grayscale: #505050. Windows color (decimal): -130279 or 1639422. OLE color: 1639422.
HSL color Cylindrical-coordinate representation of color #FE0319: hue angle of 354.74º 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 #FE0319 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 25 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.00 |
| HSL | 354.74º | 0.99% | 0.5% | - |
| HSV(B) | 354.74º | 0.99% | 1% | - |
| XYZ | 41.08 | 21.21 | 2.85 | - |
| YUV | 80.56 | 96.66 | 251.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 25 | 0 | 0.99 | 0.90 | 0.00 | 354.74 | 0.99 | 0.5 |
| Hex | FE | 3 | 19 | 0 | 63 | 5A | 0 | 163 | 63 | 32 |
| Octal | 376 | 3 | 31 | 0 | 143 | 132 | 0 | 543 | 143 | 62 |
| Binary | 11111110 | 11 | 11001 | 0 | 1100011 | 1011010 | 0 | 101100011 | 1100011 | 110010 |
Color Harmonies of #FE0319
Complementary color
Monochromatic Colors of #FE0319
Black with #FE0319
Text Example
Text Example
White with #FE0319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0319; }
p { color: rgb(254,3,25); }
H1.HeaderClassName
{
color: #FE0319;
}
.AnyTagClassName
{
color: #FE0319;
}
</style>
background-color css
<style>
a { background-color: #FE0319; }
a { background-color: rgb(254,3,25); }
div.DivClassName
{
background-color: #FE0319;
}
.BgClassName
{
background-color: #FE0319;
}
</style>
border-color css
<style>
span { border-color: #FE0319; }
span { border-color: rgb(254,3,25); }
td.TdClassName
{
border-color: #FE0319;
}
.TagClassName
{
border-color: #FE0319;
}
</style>