Shades of Torch Red #FF0524
Tints of Torch Red #FF0524
RGB
CMYK
RGB Variations
Color information
#FF0524 (or 0xFF0524) is known color: Torch Red. HEX triplet: FF, 05 and 24. RGB value is (255,5,36). Sum of RGB (Red+Green+Blue) = 255+5+36=296 (39% of max value = 765). Red value is 255 (100% from 255 or 86.15% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0524 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0524 is #00FADB. Grayscale: #535353. Windows color (decimal): -64220 or 2360831. OLE color: 2360831.
HSL color Cylindrical-coordinate representation of color #FF0524: hue angle of 352.56º 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 #FF0524 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 36 | - |
| CMYK | 0 | 0.98 | 0.86 | 0 |
| HSL | 352.56º | 1% | 0.51% | - |
| HSV(B) | 352.56º | 0.98% | 1% | - |
| XYZ | 41.61 | 21.5 | 3.62 | - |
| YUV | 83.28 | 101.33 | 250.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 36 | 0 | 0.98 | 0.86 | 0 | 352.56 | 1 | 0.51 |
| Hex | FF | 5 | 24 | 0 | 62 | 56 | 0 | 161 | 64 | 33 |
| Octal | 377 | 5 | 44 | 0 | 142 | 126 | 0 | 541 | 144 | 63 |
| Binary | 11111111 | 101 | 100100 | 0 | 1100010 | 1010110 | 0 | 101100001 | 1100100 | 110011 |
Color Harmonies of #FF0524
Complementary color
Monochromatic Colors of #FF0524
Black with #FF0524
Text Example
Text Example
White with #FF0524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0524; }
p { color: rgb(255,5,36); }
H1.HeaderClassName
{
color: #FF0524;
}
.AnyTagClassName
{
color: #FF0524;
}
</style>
background-color css
<style>
a { background-color: #FF0524; }
a { background-color: rgb(255,5,36); }
div.DivClassName
{
background-color: #FF0524;
}
.BgClassName
{
background-color: #FF0524;
}
</style>
border-color css
<style>
span { border-color: #FF0524; }
span { border-color: rgb(255,5,36); }
td.TdClassName
{
border-color: #FF0524;
}
.TagClassName
{
border-color: #FF0524;
}
</style>