Shades of Torch Red #FF0145
Tints of Torch Red #FF0145
RGB
CMYK
RGB Variations
Color information
#FF0145 (or 0xFF0145) is known color: Torch Red. HEX triplet: FF, 01 and 45. RGB value is (255,1,69). Sum of RGB (Red+Green+Blue) = 255+1+69=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0145 is #00FEBA. Grayscale: #545454. Windows color (decimal): -65211 or 4522495. OLE color: 4522495.
HSL color Cylindrical-coordinate representation of color #FF0145: hue angle of 343.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0145 is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 69 | - |
| CMYK | 0 | 1.00 | 0.73 | 0 |
| HSL | 343.94º | 1% | 0.5% | - |
| HSV(B) | 343.94º | 1% | 1% | - |
| XYZ | 42.33 | 21.71 | 7.59 | - |
| YUV | 84.7 | 119.15 | 249.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 69 | 0 | 1.00 | 0.73 | 0 | 343.94 | 1 | 0.5 |
| Hex | FF | 1 | 45 | 0 | 64 | 49 | 0 | 158 | 64 | 32 |
| Octal | 377 | 1 | 105 | 0 | 144 | 111 | 0 | 530 | 144 | 62 |
| Binary | 11111111 | 1 | 1000101 | 0 | 1100100 | 1001001 | 0 | 101011000 | 1100100 | 110010 |
Color Harmonies of #FF0145
Complementary color
Monochromatic Colors of #FF0145
Black with #FF0145
Text Example
Text Example
White with #FF0145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0145; }
p { color: rgb(255,1,69); }
H1.HeaderClassName
{
color: #FF0145;
}
.AnyTagClassName
{
color: #FF0145;
}
</style>
background-color css
<style>
a { background-color: #FF0145; }
a { background-color: rgb(255,1,69); }
div.DivClassName
{
background-color: #FF0145;
}
.BgClassName
{
background-color: #FF0145;
}
</style>
border-color css
<style>
span { border-color: #FF0145; }
span { border-color: rgb(255,1,69); }
td.TdClassName
{
border-color: #FF0145;
}
.TagClassName
{
border-color: #FF0145;
}
</style>