Shades of Torch Red #FF2539
Tints of Torch Red #FF2539
RGB
CMYK
RGB Variations
Color information
#FF2539 (or 0xFF2539) is known color: Torch Red. HEX triplet: FF, 25 and 39. RGB value is (255,37,57). Sum of RGB (Red+Green+Blue) = 255+37+57=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2539 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2539 is #00DAC6. Grayscale: #686868. Windows color (decimal): -56007 or 3745279. OLE color: 3745279.
HSL color Cylindrical-coordinate representation of color #FF2539: hue angle of 354.5º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2539 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 57 | - |
| CMYK | 0 | 0.85 | 0.78 | 0 |
| HSL | 354.5º | 1% | 0.57% | - |
| HSV(B) | 354.5º | 0.85% | 1% | - |
| XYZ | 42.64 | 22.88 | 6.04 | - |
| YUV | 104.46 | 101.22 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 57 | 0 | 0.85 | 0.78 | 0 | 354.5 | 1 | 0.57 |
| Hex | FF | 25 | 39 | 0 | 55 | 4E | 0 | 162 | 64 | 39 |
| Octal | 377 | 45 | 71 | 0 | 125 | 116 | 0 | 542 | 144 | 71 |
| Binary | 11111111 | 100101 | 111001 | 0 | 1010101 | 1001110 | 0 | 101100010 | 1100100 | 111001 |
Color Harmonies of #FF2539
Complementary color
Monochromatic Colors of #FF2539
Black with #FF2539
Text Example
Text Example
White with #FF2539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2539; }
p { color: rgb(255,37,57); }
H1.HeaderClassName
{
color: #FF2539;
}
.AnyTagClassName
{
color: #FF2539;
}
</style>
background-color css
<style>
a { background-color: #FF2539; }
a { background-color: rgb(255,37,57); }
div.DivClassName
{
background-color: #FF2539;
}
.BgClassName
{
background-color: #FF2539;
}
</style>
border-color css
<style>
span { border-color: #FF2539; }
span { border-color: rgb(255,37,57); }
td.TdClassName
{
border-color: #FF2539;
}
.TagClassName
{
border-color: #FF2539;
}
</style>