Shades of Torch Red #FE0535
Tints of Torch Red #FE0535
RGB
CMYK
RGB Variations
Color information
#FE0535 (or 0xFE0535) is known color: Torch Red. HEX triplet: FE, 05 and 35. RGB value is (254,5,53). Sum of RGB (Red+Green+Blue) = 254+5+53=312 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.41% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0535 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0535 is #01FACA. Grayscale: #545454. Windows color (decimal): -129739 or 3474942. OLE color: 3474942.
HSL color Cylindrical-coordinate representation of color #FE0535: hue angle of 348.43º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0535 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 53 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.00 |
| HSL | 348.43º | 0.99% | 0.51% | - |
| HSV(B) | 348.43º | 0.98% | 1% | - |
| XYZ | 41.57 | 21.44 | 5.31 | - |
| YUV | 84.92 | 109.99 | 248.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 53 | 0 | 0.98 | 0.79 | 0.00 | 348.43 | 0.99 | 0.51 |
| Hex | FE | 5 | 35 | 0 | 62 | 4F | 0 | 15C | 63 | 33 |
| Octal | 376 | 5 | 65 | 0 | 142 | 117 | 0 | 534 | 143 | 63 |
| Binary | 11111110 | 101 | 110101 | 0 | 1100010 | 1001111 | 0 | 101011100 | 1100011 | 110011 |
Color Harmonies of #FE0535
Complementary color
Monochromatic Colors of #FE0535
Black with #FE0535
Text Example
Text Example
White with #FE0535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0535; }
p { color: rgb(254,5,53); }
H1.HeaderClassName
{
color: #FE0535;
}
.AnyTagClassName
{
color: #FE0535;
}
</style>
background-color css
<style>
a { background-color: #FE0535; }
a { background-color: rgb(254,5,53); }
div.DivClassName
{
background-color: #FE0535;
}
.BgClassName
{
background-color: #FE0535;
}
</style>
border-color css
<style>
span { border-color: #FE0535; }
span { border-color: rgb(254,5,53); }
td.TdClassName
{
border-color: #FE0535;
}
.TagClassName
{
border-color: #FE0535;
}
</style>