Shades of Torch Red #FE183B
Tints of Torch Red #FE183B
RGB
CMYK
RGB Variations
Color information
#FE183B (or 0xFE183B) is known color: Torch Red. HEX triplet: FE, 18 and 3B. RGB value is (254,24,59). Sum of RGB (Red+Green+Blue) = 254+24+59=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE183B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE183B is #01E7C4. Grayscale: #606060. Windows color (decimal): -124869 or 3873022. OLE color: 3873022.
HSL color Cylindrical-coordinate representation of color #FE183B: hue angle of 350.87º 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 #FE183B is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 59 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.00 |
| HSL | 350.87º | 0.99% | 0.55% | - |
| HSV(B) | 350.87º | 0.91% | 1% | - |
| XYZ | 41.99 | 22.04 | 6.18 | - |
| YUV | 96.76 | 106.7 | 240.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 59 | 0 | 0.91 | 0.77 | 0.00 | 350.87 | 0.99 | 0.55 |
| Hex | FE | 18 | 3B | 0 | 5B | 4D | 0 | 15F | 63 | 37 |
| Octal | 376 | 30 | 73 | 0 | 133 | 115 | 0 | 537 | 143 | 67 |
| Binary | 11111110 | 11000 | 111011 | 0 | 1011011 | 1001101 | 0 | 101011111 | 1100011 | 110111 |
Color Harmonies of #FE183B
Complementary color
Monochromatic Colors of #FE183B
Black with #FE183B
Text Example
Text Example
White with #FE183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE183B; }
p { color: rgb(254,24,59); }
H1.HeaderClassName
{
color: #FE183B;
}
.AnyTagClassName
{
color: #FE183B;
}
</style>
background-color css
<style>
a { background-color: #FE183B; }
a { background-color: rgb(254,24,59); }
div.DivClassName
{
background-color: #FE183B;
}
.BgClassName
{
background-color: #FE183B;
}
</style>
border-color css
<style>
span { border-color: #FE183B; }
span { border-color: rgb(254,24,59); }
td.TdClassName
{
border-color: #FE183B;
}
.TagClassName
{
border-color: #FE183B;
}
</style>