Shades of Torch Red #FE0735
Tints of Torch Red #FE0735
RGB
CMYK
RGB Variations
Color information
#FE0735 (or 0xFE0735) is known color: Torch Red. HEX triplet: FE, 07 and 35. RGB value is (254,7,53). Sum of RGB (Red+Green+Blue) = 254+7+53=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0735 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0735 is #01F8CA. Grayscale: #565656. Windows color (decimal): -129227 or 3475454. OLE color: 3475454.
HSL color Cylindrical-coordinate representation of color #FE0735: hue angle of 348.83º 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 #FE0735 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 53 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.00 |
| HSL | 348.83º | 0.99% | 0.51% | - |
| HSV(B) | 348.83º | 0.97% | 1% | - |
| XYZ | 41.59 | 21.48 | 5.32 | - |
| YUV | 86.1 | 109.33 | 247.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 53 | 0 | 0.97 | 0.79 | 0.00 | 348.83 | 0.99 | 0.51 |
| Hex | FE | 7 | 35 | 0 | 61 | 4F | 0 | 15D | 63 | 33 |
| Octal | 376 | 7 | 65 | 0 | 141 | 117 | 0 | 535 | 143 | 63 |
| Binary | 11111110 | 111 | 110101 | 0 | 1100001 | 1001111 | 0 | 101011101 | 1100011 | 110011 |
Color Harmonies of #FE0735
Complementary color
Monochromatic Colors of #FE0735
Black with #FE0735
Text Example
Text Example
White with #FE0735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0735; }
p { color: rgb(254,7,53); }
H1.HeaderClassName
{
color: #FE0735;
}
.AnyTagClassName
{
color: #FE0735;
}
</style>
background-color css
<style>
a { background-color: #FE0735; }
a { background-color: rgb(254,7,53); }
div.DivClassName
{
background-color: #FE0735;
}
.BgClassName
{
background-color: #FE0735;
}
</style>
border-color css
<style>
span { border-color: #FE0735; }
span { border-color: rgb(254,7,53); }
td.TdClassName
{
border-color: #FE0735;
}
.TagClassName
{
border-color: #FE0735;
}
</style>