Shades of Torch Red #FF2538
Tints of Torch Red #FF2538
RGB
CMYK
RGB Variations
Color information
#FF2538 (or 0xFF2538) is known color: Torch Red. HEX triplet: FF, 25 and 38. RGB value is (255,37,56). Sum of RGB (Red+Green+Blue) = 255+37+56=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2538 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2538 is #00DAC7. Grayscale: #686868. Windows color (decimal): -56008 or 3679743. OLE color: 3679743.
HSL color Cylindrical-coordinate representation of color #FF2538: hue angle of 354.77º 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 #FF2538 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 56 | - |
| CMYK | 0 | 0.85 | 0.78 | 0 |
| HSL | 354.77º | 1% | 0.57% | - |
| HSV(B) | 354.77º | 0.85% | 1% | - |
| XYZ | 42.62 | 22.87 | 5.91 | - |
| YUV | 104.35 | 100.72 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 56 | 0 | 0.85 | 0.78 | 0 | 354.77 | 1 | 0.57 |
| Hex | FF | 25 | 38 | 0 | 55 | 4E | 0 | 163 | 64 | 39 |
| Octal | 377 | 45 | 70 | 0 | 125 | 116 | 0 | 543 | 144 | 71 |
| Binary | 11111111 | 100101 | 111000 | 0 | 1010101 | 1001110 | 0 | 101100011 | 1100100 | 111001 |
Color Harmonies of #FF2538
Complementary color
Monochromatic Colors of #FF2538
Black with #FF2538
Text Example
Text Example
White with #FF2538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2538; }
p { color: rgb(255,37,56); }
H1.HeaderClassName
{
color: #FF2538;
}
.AnyTagClassName
{
color: #FF2538;
}
</style>
background-color css
<style>
a { background-color: #FF2538; }
a { background-color: rgb(255,37,56); }
div.DivClassName
{
background-color: #FF2538;
}
.BgClassName
{
background-color: #FF2538;
}
</style>
border-color css
<style>
span { border-color: #FF2538; }
span { border-color: rgb(255,37,56); }
td.TdClassName
{
border-color: #FF2538;
}
.TagClassName
{
border-color: #FF2538;
}
</style>