Shades of Torch Red #FF0525
Tints of Torch Red #FF0525
RGB
CMYK
RGB Variations
Color information
#FF0525 (or 0xFF0525) is known color: Torch Red. HEX triplet: FF, 05 and 25. RGB value is (255,5,37). Sum of RGB (Red+Green+Blue) = 255+5+37=297 (39% of max value = 765). Red value is 255 (100% from 255 or 85.86% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0525 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0525 is #00FADA. Grayscale: #535353. Windows color (decimal): -64219 or 2426367. OLE color: 2426367.
HSL color Cylindrical-coordinate representation of color #FF0525: hue angle of 352.32º 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 #FF0525 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 37 | - |
| CMYK | 0 | 0.98 | 0.85 | 0 |
| HSL | 352.32º | 1% | 0.51% | - |
| HSV(B) | 352.32º | 0.98% | 1% | - |
| XYZ | 41.63 | 21.5 | 3.71 | - |
| YUV | 83.4 | 101.83 | 250.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 37 | 0 | 0.98 | 0.85 | 0 | 352.32 | 1 | 0.51 |
| Hex | FF | 5 | 25 | 0 | 62 | 55 | 0 | 160 | 64 | 33 |
| Octal | 377 | 5 | 45 | 0 | 142 | 125 | 0 | 540 | 144 | 63 |
| Binary | 11111111 | 101 | 100101 | 0 | 1100010 | 1010101 | 0 | 101100000 | 1100100 | 110011 |
Color Harmonies of #FF0525
Complementary color
Monochromatic Colors of #FF0525
Black with #FF0525
Text Example
Text Example
White with #FF0525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0525; }
p { color: rgb(255,5,37); }
H1.HeaderClassName
{
color: #FF0525;
}
.AnyTagClassName
{
color: #FF0525;
}
</style>
background-color css
<style>
a { background-color: #FF0525; }
a { background-color: rgb(255,5,37); }
div.DivClassName
{
background-color: #FF0525;
}
.BgClassName
{
background-color: #FF0525;
}
</style>
border-color css
<style>
span { border-color: #FF0525; }
span { border-color: rgb(255,5,37); }
td.TdClassName
{
border-color: #FF0525;
}
.TagClassName
{
border-color: #FF0525;
}
</style>