Shades of Torch Red #FF252B
Tints of Torch Red #FF252B
RGB
CMYK
RGB Variations
Color information
#FF252B (or 0xFF252B) is known color: Torch Red. HEX triplet: FF, 25 and 2B. RGB value is (255,37,43). Sum of RGB (Red+Green+Blue) = 255+37+43=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF252B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF252B is #00DAD4. Grayscale: #676767. Windows color (decimal): -56021 or 2827775. OLE color: 2827775.
HSL color Cylindrical-coordinate representation of color #FF252B: hue angle of 358.35º 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 #FF252B is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 43 | - |
| CMYK | 0 | 0.85 | 0.83 | 0 |
| HSL | 358.35º | 1% | 0.57% | - |
| HSV(B) | 358.35º | 0.85% | 1% | - |
| XYZ | 42.34 | 22.76 | 4.45 | - |
| YUV | 102.87 | 94.22 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 43 | 0 | 0.85 | 0.83 | 0 | 358.35 | 1 | 0.57 |
| Hex | FF | 25 | 2B | 0 | 55 | 53 | 0 | 166 | 64 | 39 |
| Octal | 377 | 45 | 53 | 0 | 125 | 123 | 0 | 546 | 144 | 71 |
| Binary | 11111111 | 100101 | 101011 | 0 | 1010101 | 1010011 | 0 | 101100110 | 1100100 | 111001 |
Color Harmonies of #FF252B
Complementary color
Monochromatic Colors of #FF252B
Black with #FF252B
Text Example
Text Example
White with #FF252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF252B; }
p { color: rgb(255,37,43); }
H1.HeaderClassName
{
color: #FF252B;
}
.AnyTagClassName
{
color: #FF252B;
}
</style>
background-color css
<style>
a { background-color: #FF252B; }
a { background-color: rgb(255,37,43); }
div.DivClassName
{
background-color: #FF252B;
}
.BgClassName
{
background-color: #FF252B;
}
</style>
border-color css
<style>
span { border-color: #FF252B; }
span { border-color: rgb(255,37,43); }
td.TdClassName
{
border-color: #FF252B;
}
.TagClassName
{
border-color: #FF252B;
}
</style>