Shades of Torch Red #FF252E
Tints of Torch Red #FF252E
RGB
CMYK
RGB Variations
Color information
#FF252E (or 0xFF252E) is known color: Torch Red. HEX triplet: FF, 25 and 2E. RGB value is (255,37,46). Sum of RGB (Red+Green+Blue) = 255+37+46=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF252E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF252E is #00DAD1. Grayscale: #676767. Windows color (decimal): -56018 or 3024383. OLE color: 3024383.
HSL color Cylindrical-coordinate representation of color #FF252E: hue angle of 357.52º 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 #FF252E is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 46 | - |
| CMYK | 0 | 0.85 | 0.82 | 0 |
| HSL | 357.52º | 1% | 0.57% | - |
| HSV(B) | 357.52º | 0.85% | 1% | - |
| XYZ | 42.39 | 22.78 | 4.75 | - |
| YUV | 103.21 | 95.72 | 236.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 46 | 0 | 0.85 | 0.82 | 0 | 357.52 | 1 | 0.57 |
| Hex | FF | 25 | 2E | 0 | 55 | 52 | 0 | 166 | 64 | 39 |
| Octal | 377 | 45 | 56 | 0 | 125 | 122 | 0 | 546 | 144 | 71 |
| Binary | 11111111 | 100101 | 101110 | 0 | 1010101 | 1010010 | 0 | 101100110 | 1100100 | 111001 |
Color Harmonies of #FF252E
Complementary color
Monochromatic Colors of #FF252E
Black with #FF252E
Text Example
Text Example
White with #FF252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF252E; }
p { color: rgb(255,37,46); }
H1.HeaderClassName
{
color: #FF252E;
}
.AnyTagClassName
{
color: #FF252E;
}
</style>
background-color css
<style>
a { background-color: #FF252E; }
a { background-color: rgb(255,37,46); }
div.DivClassName
{
background-color: #FF252E;
}
.BgClassName
{
background-color: #FF252E;
}
</style>
border-color css
<style>
span { border-color: #FF252E; }
span { border-color: rgb(255,37,46); }
td.TdClassName
{
border-color: #FF252E;
}
.TagClassName
{
border-color: #FF252E;
}
</style>