Shades of Torch Red #FE1325
Tints of Torch Red #FE1325
RGB
CMYK
RGB Variations
Color information
#FE1325 (or 0xFE1325) is known color: Torch Red. HEX triplet: FE, 13 and 25. RGB value is (254,19,37). Sum of RGB (Red+Green+Blue) = 254+19+37=310 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.94% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1325 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1325 is #01ECDA. Grayscale: #5B5B5B. Windows color (decimal): -126171 or 2429950. OLE color: 2429950.
HSL color Cylindrical-coordinate representation of color #FE1325: hue angle of 355.4º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1325 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 37 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.00 |
| HSL | 355.4º | 0.99% | 0.54% | - |
| HSV(B) | 355.4º | 0.93% | 1% | - |
| XYZ | 41.44 | 21.67 | 3.75 | - |
| YUV | 91.32 | 97.36 | 244.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 37 | 0 | 0.93 | 0.85 | 0.00 | 355.4 | 0.99 | 0.54 |
| Hex | FE | 13 | 25 | 0 | 5D | 55 | 0 | 163 | 63 | 36 |
| Octal | 376 | 23 | 45 | 0 | 135 | 125 | 0 | 543 | 143 | 66 |
| Binary | 11111110 | 10011 | 100101 | 0 | 1011101 | 1010101 | 0 | 101100011 | 1100011 | 110110 |
Color Harmonies of #FE1325
Complementary color
Monochromatic Colors of #FE1325
Black with #FE1325
Text Example
Text Example
White with #FE1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1325; }
p { color: rgb(254,19,37); }
H1.HeaderClassName
{
color: #FE1325;
}
.AnyTagClassName
{
color: #FE1325;
}
</style>
background-color css
<style>
a { background-color: #FE1325; }
a { background-color: rgb(254,19,37); }
div.DivClassName
{
background-color: #FE1325;
}
.BgClassName
{
background-color: #FE1325;
}
</style>
border-color css
<style>
span { border-color: #FE1325; }
span { border-color: rgb(254,19,37); }
td.TdClassName
{
border-color: #FE1325;
}
.TagClassName
{
border-color: #FE1325;
}
</style>