Shades of Torch Red #FF253B
Tints of Torch Red #FF253B
RGB
CMYK
RGB Variations
Color information
#FF253B (or 0xFF253B) is known color: Torch Red. HEX triplet: FF, 25 and 3B. RGB value is (255,37,59). Sum of RGB (Red+Green+Blue) = 255+37+59=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF253B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF253B is #00DAC4. Grayscale: #686868. Windows color (decimal): -56005 or 3876351. OLE color: 3876351.
HSL color Cylindrical-coordinate representation of color #FF253B: hue angle of 353.94º 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 #FF253B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 59 | - |
| CMYK | 0 | 0.85 | 0.77 | 0 |
| HSL | 353.94º | 1% | 0.57% | - |
| HSV(B) | 353.94º | 0.85% | 1% | - |
| XYZ | 42.69 | 22.9 | 6.31 | - |
| YUV | 104.69 | 102.22 | 235.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 59 | 0 | 0.85 | 0.77 | 0 | 353.94 | 1 | 0.57 |
| Hex | FF | 25 | 3B | 0 | 55 | 4D | 0 | 162 | 64 | 39 |
| Octal | 377 | 45 | 73 | 0 | 125 | 115 | 0 | 542 | 144 | 71 |
| Binary | 11111111 | 100101 | 111011 | 0 | 1010101 | 1001101 | 0 | 101100010 | 1100100 | 111001 |
Color Harmonies of #FF253B
Complementary color
Monochromatic Colors of #FF253B
Black with #FF253B
Text Example
Text Example
White with #FF253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF253B; }
p { color: rgb(255,37,59); }
H1.HeaderClassName
{
color: #FF253B;
}
.AnyTagClassName
{
color: #FF253B;
}
</style>
background-color css
<style>
a { background-color: #FF253B; }
a { background-color: rgb(255,37,59); }
div.DivClassName
{
background-color: #FF253B;
}
.BgClassName
{
background-color: #FF253B;
}
</style>
border-color css
<style>
span { border-color: #FF253B; }
span { border-color: rgb(255,37,59); }
td.TdClassName
{
border-color: #FF253B;
}
.TagClassName
{
border-color: #FF253B;
}
</style>