Shades of Torch Red #FE0534
Tints of Torch Red #FE0534
RGB
CMYK
RGB Variations
Color information
#FE0534 (or 0xFE0534) is known color: Torch Red. HEX triplet: FE, 05 and 34. RGB value is (254,5,52). Sum of RGB (Red+Green+Blue) = 254+5+52=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0534 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0534 is #01FACB. Grayscale: #545454. Windows color (decimal): -129740 or 3409406. OLE color: 3409406.
HSL color Cylindrical-coordinate representation of color #FE0534: hue angle of 348.67º 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 #FE0534 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 52 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.00 |
| HSL | 348.67º | 0.99% | 0.51% | - |
| HSV(B) | 348.67º | 0.98% | 1% | - |
| XYZ | 41.55 | 21.43 | 5.19 | - |
| YUV | 84.81 | 109.49 | 248.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 52 | 0 | 0.98 | 0.80 | 0.00 | 348.67 | 0.99 | 0.51 |
| Hex | FE | 5 | 34 | 0 | 62 | 50 | 0 | 15D | 63 | 33 |
| Octal | 376 | 5 | 64 | 0 | 142 | 120 | 0 | 535 | 143 | 63 |
| Binary | 11111110 | 101 | 110100 | 0 | 1100010 | 1010000 | 0 | 101011101 | 1100011 | 110011 |
Color Harmonies of #FE0534
Complementary color
Monochromatic Colors of #FE0534
Black with #FE0534
Text Example
Text Example
White with #FE0534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0534; }
p { color: rgb(254,5,52); }
H1.HeaderClassName
{
color: #FE0534;
}
.AnyTagClassName
{
color: #FE0534;
}
</style>
background-color css
<style>
a { background-color: #FE0534; }
a { background-color: rgb(254,5,52); }
div.DivClassName
{
background-color: #FE0534;
}
.BgClassName
{
background-color: #FE0534;
}
</style>
border-color css
<style>
span { border-color: #FE0534; }
span { border-color: rgb(254,5,52); }
td.TdClassName
{
border-color: #FE0534;
}
.TagClassName
{
border-color: #FE0534;
}
</style>