Shades of Torch Red #FF2534
Tints of Torch Red #FF2534
RGB
CMYK
RGB Variations
Color information
#FF2534 (or 0xFF2534) is known color: Torch Red. HEX triplet: FF, 25 and 34. RGB value is (255,37,52). Sum of RGB (Red+Green+Blue) = 255+37+52=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2534 is #00DACB. Grayscale: #686868. Windows color (decimal): -56012 or 3417599. OLE color: 3417599.
HSL color Cylindrical-coordinate representation of color #FF2534: hue angle of 355.87º 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 #FF2534 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 52 | - |
| CMYK | 0 | 0.85 | 0.80 | 0 |
| HSL | 355.87º | 1% | 0.57% | - |
| HSV(B) | 355.87º | 0.85% | 1% | - |
| XYZ | 42.52 | 22.83 | 5.41 | - |
| YUV | 103.89 | 98.72 | 235.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 52 | 0 | 0.85 | 0.80 | 0 | 355.87 | 1 | 0.57 |
| Hex | FF | 25 | 34 | 0 | 55 | 50 | 0 | 164 | 64 | 39 |
| Octal | 377 | 45 | 64 | 0 | 125 | 120 | 0 | 544 | 144 | 71 |
| Binary | 11111111 | 100101 | 110100 | 0 | 1010101 | 1010000 | 0 | 101100100 | 1100100 | 111001 |
Color Harmonies of #FF2534
Complementary color
Monochromatic Colors of #FF2534
Black with #FF2534
Text Example
Text Example
White with #FF2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2534; }
p { color: rgb(255,37,52); }
H1.HeaderClassName
{
color: #FF2534;
}
.AnyTagClassName
{
color: #FF2534;
}
</style>
background-color css
<style>
a { background-color: #FF2534; }
a { background-color: rgb(255,37,52); }
div.DivClassName
{
background-color: #FF2534;
}
.BgClassName
{
background-color: #FF2534;
}
</style>
border-color css
<style>
span { border-color: #FF2534; }
span { border-color: rgb(255,37,52); }
td.TdClassName
{
border-color: #FF2534;
}
.TagClassName
{
border-color: #FF2534;
}
</style>