Shades of Torch Red #FE181A
Tints of Torch Red #FE181A
RGB
CMYK
RGB Variations
Color information
#FE181A (or 0xFE181A) is known color: Torch Red. HEX triplet: FE, 18 and 1A. RGB value is (254,24,26). Sum of RGB (Red+Green+Blue) = 254+24+26=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE181A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE181A is #01E7E5. Grayscale: #5D5D5D. Windows color (decimal): -124902 or 1710334. OLE color: 1710334.
HSL color Cylindrical-coordinate representation of color #FE181A: hue angle of 359.48º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE181A is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 26 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.00 |
| HSL | 359.48º | 0.99% | 0.55% | - |
| HSV(B) | 359.48º | 0.91% | 1% | - |
| XYZ | 41.39 | 21.8 | 3 | - |
| YUV | 93 | 90.2 | 242.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 26 | 0 | 0.91 | 0.90 | 0.00 | 359.48 | 0.99 | 0.55 |
| Hex | FE | 18 | 1A | 0 | 5B | 5A | 0 | 167 | 63 | 37 |
| Octal | 376 | 30 | 32 | 0 | 133 | 132 | 0 | 547 | 143 | 67 |
| Binary | 11111110 | 11000 | 11010 | 0 | 1011011 | 1011010 | 0 | 101100111 | 1100011 | 110111 |
Color Harmonies of #FE181A
Complementary color
Monochromatic Colors of #FE181A
Black with #FE181A
Text Example
Text Example
White with #FE181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE181A; }
p { color: rgb(254,24,26); }
H1.HeaderClassName
{
color: #FE181A;
}
.AnyTagClassName
{
color: #FE181A;
}
</style>
background-color css
<style>
a { background-color: #FE181A; }
a { background-color: rgb(254,24,26); }
div.DivClassName
{
background-color: #FE181A;
}
.BgClassName
{
background-color: #FE181A;
}
</style>
border-color css
<style>
span { border-color: #FE181A; }
span { border-color: rgb(254,24,26); }
td.TdClassName
{
border-color: #FE181A;
}
.TagClassName
{
border-color: #FE181A;
}
</style>