Shades of Torch Red #FE183A
Tints of Torch Red #FE183A
RGB
CMYK
RGB Variations
Color information
#FE183A (or 0xFE183A) is known color: Torch Red. HEX triplet: FE, 18 and 3A. RGB value is (254,24,58). Sum of RGB (Red+Green+Blue) = 254+24+58=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE183A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE183A is #01E7C5. Grayscale: #606060. Windows color (decimal): -124870 or 3807486. OLE color: 3807486.
HSL color Cylindrical-coordinate representation of color #FE183A: hue angle of 351.13º 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 #FE183A is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 58 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.00 |
| HSL | 351.13º | 0.99% | 0.55% | - |
| HSV(B) | 351.13º | 0.91% | 1% | - |
| XYZ | 41.96 | 22.03 | 6.04 | - |
| YUV | 96.65 | 106.2 | 240.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 58 | 0 | 0.91 | 0.77 | 0.00 | 351.13 | 0.99 | 0.55 |
| Hex | FE | 18 | 3A | 0 | 5B | 4D | 0 | 15F | 63 | 37 |
| Octal | 376 | 30 | 72 | 0 | 133 | 115 | 0 | 537 | 143 | 67 |
| Binary | 11111110 | 11000 | 111010 | 0 | 1011011 | 1001101 | 0 | 101011111 | 1100011 | 110111 |
Color Harmonies of #FE183A
Complementary color
Monochromatic Colors of #FE183A
Black with #FE183A
Text Example
Text Example
White with #FE183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE183A; }
p { color: rgb(254,24,58); }
H1.HeaderClassName
{
color: #FE183A;
}
.AnyTagClassName
{
color: #FE183A;
}
</style>
background-color css
<style>
a { background-color: #FE183A; }
a { background-color: rgb(254,24,58); }
div.DivClassName
{
background-color: #FE183A;
}
.BgClassName
{
background-color: #FE183A;
}
</style>
border-color css
<style>
span { border-color: #FE183A; }
span { border-color: rgb(254,24,58); }
td.TdClassName
{
border-color: #FE183A;
}
.TagClassName
{
border-color: #FE183A;
}
</style>