Shades of Torch Red #FF0425
Tints of Torch Red #FF0425
RGB
CMYK
RGB Variations
Color information
#FF0425 (or 0xFF0425) is known color: Torch Red. HEX triplet: FF, 04 and 25. RGB value is (255,4,37). Sum of RGB (Red+Green+Blue) = 255+4+37=296 (39% of max value = 765). Red value is 255 (100% from 255 or 86.15% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0425 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0425 is #00FBDA. Grayscale: #525252. Windows color (decimal): -64475 or 2426111. OLE color: 2426111.
HSL color Cylindrical-coordinate representation of color #FF0425: hue angle of 352.11º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0425 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 37 | - |
| CMYK | 0 | 0.98 | 0.85 | 0 |
| HSL | 352.11º | 1% | 0.51% | - |
| HSV(B) | 352.11º | 0.98% | 1% | - |
| XYZ | 41.62 | 21.48 | 3.7 | - |
| YUV | 82.81 | 102.16 | 250.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 37 | 0 | 0.98 | 0.85 | 0 | 352.11 | 1 | 0.51 |
| Hex | FF | 4 | 25 | 0 | 62 | 55 | 0 | 160 | 64 | 33 |
| Octal | 377 | 4 | 45 | 0 | 142 | 125 | 0 | 540 | 144 | 63 |
| Binary | 11111111 | 100 | 100101 | 0 | 1100010 | 1010101 | 0 | 101100000 | 1100100 | 110011 |
Color Harmonies of #FF0425
Complementary color
Monochromatic Colors of #FF0425
Black with #FF0425
Text Example
Text Example
White with #FF0425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0425; }
p { color: rgb(255,4,37); }
H1.HeaderClassName
{
color: #FF0425;
}
.AnyTagClassName
{
color: #FF0425;
}
</style>
background-color css
<style>
a { background-color: #FF0425; }
a { background-color: rgb(255,4,37); }
div.DivClassName
{
background-color: #FF0425;
}
.BgClassName
{
background-color: #FF0425;
}
</style>
border-color css
<style>
span { border-color: #FF0425; }
span { border-color: rgb(255,4,37); }
td.TdClassName
{
border-color: #FF0425;
}
.TagClassName
{
border-color: #FF0425;
}
</style>