Shades of Torch Red #FE2436
Tints of Torch Red #FE2436
RGB
CMYK
RGB Variations
Color information
#FE2436 (or 0xFE2436) is known color: Torch Red. HEX triplet: FE, 24 and 36. RGB value is (254,36,54). Sum of RGB (Red+Green+Blue) = 254+36+54=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2436 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2436 is #01DBC9. Grayscale: #676767. Windows color (decimal): -121802 or 3548414. OLE color: 3548414.
HSL color Cylindrical-coordinate representation of color #FE2436: hue angle of 355.05º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2436 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 54 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.00 |
| HSL | 355.05º | 0.99% | 0.57% | - |
| HSV(B) | 355.05º | 0.86% | 1% | - |
| XYZ | 42.17 | 22.6 | 5.63 | - |
| YUV | 103.23 | 100.22 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 54 | 0 | 0.86 | 0.79 | 0.00 | 355.05 | 0.99 | 0.57 |
| Hex | FE | 24 | 36 | 0 | 56 | 4F | 0 | 163 | 63 | 39 |
| Octal | 376 | 44 | 66 | 0 | 126 | 117 | 0 | 543 | 143 | 71 |
| Binary | 11111110 | 100100 | 110110 | 0 | 1010110 | 1001111 | 0 | 101100011 | 1100011 | 111001 |
Color Harmonies of #FE2436
Complementary color
Monochromatic Colors of #FE2436
Black with #FE2436
Text Example
Text Example
White with #FE2436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2436; }
p { color: rgb(254,36,54); }
H1.HeaderClassName
{
color: #FE2436;
}
.AnyTagClassName
{
color: #FE2436;
}
</style>
background-color css
<style>
a { background-color: #FE2436; }
a { background-color: rgb(254,36,54); }
div.DivClassName
{
background-color: #FE2436;
}
.BgClassName
{
background-color: #FE2436;
}
</style>
border-color css
<style>
span { border-color: #FE2436; }
span { border-color: rgb(254,36,54); }
td.TdClassName
{
border-color: #FE2436;
}
.TagClassName
{
border-color: #FE2436;
}
</style>