Shades of Torch Red #FE0736
Tints of Torch Red #FE0736
RGB
CMYK
RGB Variations
Color information
#FE0736 (or 0xFE0736) is known color: Torch Red. HEX triplet: FE, 07 and 36. RGB value is (254,7,54). Sum of RGB (Red+Green+Blue) = 254+7+54=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0736 is #01F8C9. Grayscale: #565656. Windows color (decimal): -129226 or 3540990. OLE color: 3540990.
HSL color Cylindrical-coordinate representation of color #FE0736: hue angle of 348.58º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0736 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 54 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.00 |
| HSL | 348.58º | 0.99% | 0.51% | - |
| HSV(B) | 348.58º | 0.97% | 1% | - |
| XYZ | 41.61 | 21.49 | 5.44 | - |
| YUV | 86.21 | 109.83 | 247.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 54 | 0 | 0.97 | 0.79 | 0.00 | 348.58 | 0.99 | 0.51 |
| Hex | FE | 7 | 36 | 0 | 61 | 4F | 0 | 15D | 63 | 33 |
| Octal | 376 | 7 | 66 | 0 | 141 | 117 | 0 | 535 | 143 | 63 |
| Binary | 11111110 | 111 | 110110 | 0 | 1100001 | 1001111 | 0 | 101011101 | 1100011 | 110011 |
Color Harmonies of #FE0736
Complementary color
Monochromatic Colors of #FE0736
Black with #FE0736
Text Example
Text Example
White with #FE0736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0736; }
p { color: rgb(254,7,54); }
H1.HeaderClassName
{
color: #FE0736;
}
.AnyTagClassName
{
color: #FE0736;
}
</style>
background-color css
<style>
a { background-color: #FE0736; }
a { background-color: rgb(254,7,54); }
div.DivClassName
{
background-color: #FE0736;
}
.BgClassName
{
background-color: #FE0736;
}
</style>
border-color css
<style>
span { border-color: #FE0736; }
span { border-color: rgb(254,7,54); }
td.TdClassName
{
border-color: #FE0736;
}
.TagClassName
{
border-color: #FE0736;
}
</style>