Shades of Torch Red #FE2636
Tints of Torch Red #FE2636
RGB
CMYK
RGB Variations
Color information
#FE2636 (or 0xFE2636) is known color: Torch Red. HEX triplet: FE, 26 and 36. RGB value is (254,38,54). Sum of RGB (Red+Green+Blue) = 254+38+54=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2636 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2636 is #01D9C9. Grayscale: #686868. Windows color (decimal): -121290 or 3548926. OLE color: 3548926.
HSL color Cylindrical-coordinate representation of color #FE2636: hue angle of 355.56º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2636 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 54 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.00 |
| HSL | 355.56º | 0.99% | 0.57% | - |
| HSV(B) | 355.56º | 0.85% | 1% | - |
| XYZ | 42.23 | 22.72 | 5.65 | - |
| YUV | 104.41 | 99.56 | 234.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 54 | 0 | 0.85 | 0.79 | 0.00 | 355.56 | 0.99 | 0.57 |
| Hex | FE | 26 | 36 | 0 | 55 | 4F | 0 | 164 | 63 | 39 |
| Octal | 376 | 46 | 66 | 0 | 125 | 117 | 0 | 544 | 143 | 71 |
| Binary | 11111110 | 100110 | 110110 | 0 | 1010101 | 1001111 | 0 | 101100100 | 1100011 | 111001 |
Color Harmonies of #FE2636
Complementary color
Monochromatic Colors of #FE2636
Black with #FE2636
Text Example
Text Example
White with #FE2636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2636; }
p { color: rgb(254,38,54); }
H1.HeaderClassName
{
color: #FE2636;
}
.AnyTagClassName
{
color: #FE2636;
}
</style>
background-color css
<style>
a { background-color: #FE2636; }
a { background-color: rgb(254,38,54); }
div.DivClassName
{
background-color: #FE2636;
}
.BgClassName
{
background-color: #FE2636;
}
</style>
border-color css
<style>
span { border-color: #FE2636; }
span { border-color: rgb(254,38,54); }
td.TdClassName
{
border-color: #FE2636;
}
.TagClassName
{
border-color: #FE2636;
}
</style>