Shades of Torch Red #FF2425
Tints of Torch Red #FF2425
RGB
CMYK
RGB Variations
Color information
#FF2425 (or 0xFF2425) is known color: Torch Red. HEX triplet: FF, 24 and 25. RGB value is (255,36,37). Sum of RGB (Red+Green+Blue) = 255+36+37=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2425 is #00DBDA. Grayscale: #656565. Windows color (decimal): -56283 or 2434303. OLE color: 2434303.
HSL color Cylindrical-coordinate representation of color #FF2425: hue angle of 359.73º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2425 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 37 | - |
| CMYK | 0 | 0.86 | 0.85 | 0 |
| HSL | 359.73º | 1% | 0.57% | - |
| HSV(B) | 359.73º | 0.86% | 1% | - |
| XYZ | 42.2 | 22.66 | 3.9 | - |
| YUV | 101.6 | 91.55 | 237.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 37 | 0 | 0.86 | 0.85 | 0 | 359.73 | 1 | 0.57 |
| Hex | FF | 24 | 25 | 0 | 56 | 55 | 0 | 168 | 64 | 39 |
| Octal | 377 | 44 | 45 | 0 | 126 | 125 | 0 | 550 | 144 | 71 |
| Binary | 11111111 | 100100 | 100101 | 0 | 1010110 | 1010101 | 0 | 101101000 | 1100100 | 111001 |
Color Harmonies of #FF2425
Complementary color
Monochromatic Colors of #FF2425
Black with #FF2425
Text Example
Text Example
White with #FF2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2425; }
p { color: rgb(255,36,37); }
H1.HeaderClassName
{
color: #FF2425;
}
.AnyTagClassName
{
color: #FF2425;
}
</style>
background-color css
<style>
a { background-color: #FF2425; }
a { background-color: rgb(255,36,37); }
div.DivClassName
{
background-color: #FF2425;
}
.BgClassName
{
background-color: #FF2425;
}
</style>
border-color css
<style>
span { border-color: #FF2425; }
span { border-color: rgb(255,36,37); }
td.TdClassName
{
border-color: #FF2425;
}
.TagClassName
{
border-color: #FF2425;
}
</style>