Shades of Torch Red #FF0535
Tints of Torch Red #FF0535
RGB
CMYK
RGB Variations
Color information
#FF0535 (or 0xFF0535) is known color: Torch Red. HEX triplet: FF, 05 and 35. RGB value is (255,5,53). Sum of RGB (Red+Green+Blue) = 255+5+53=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0535 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0535 is #00FACA. Grayscale: #555555. Windows color (decimal): -64203 or 3474943. OLE color: 3474943.
HSL color Cylindrical-coordinate representation of color #FF0535: hue angle of 348.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0535 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 53 | - |
| CMYK | 0 | 0.98 | 0.79 | 0 |
| HSL | 348.48º | 1% | 0.51% | - |
| HSV(B) | 348.48º | 0.98% | 1% | - |
| XYZ | 41.94 | 21.63 | 5.33 | - |
| YUV | 85.22 | 109.83 | 249.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 53 | 0 | 0.98 | 0.79 | 0 | 348.48 | 1 | 0.51 |
| Hex | FF | 5 | 35 | 0 | 62 | 4F | 0 | 15C | 64 | 33 |
| Octal | 377 | 5 | 65 | 0 | 142 | 117 | 0 | 534 | 144 | 63 |
| Binary | 11111111 | 101 | 110101 | 0 | 1100010 | 1001111 | 0 | 101011100 | 1100100 | 110011 |
Color Harmonies of #FF0535
Complementary color
Monochromatic Colors of #FF0535
Black with #FF0535
Text Example
Text Example
White with #FF0535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0535; }
p { color: rgb(255,5,53); }
H1.HeaderClassName
{
color: #FF0535;
}
.AnyTagClassName
{
color: #FF0535;
}
</style>
background-color css
<style>
a { background-color: #FF0535; }
a { background-color: rgb(255,5,53); }
div.DivClassName
{
background-color: #FF0535;
}
.BgClassName
{
background-color: #FF0535;
}
</style>
border-color css
<style>
span { border-color: #FF0535; }
span { border-color: rgb(255,5,53); }
td.TdClassName
{
border-color: #FF0535;
}
.TagClassName
{
border-color: #FF0535;
}
</style>