Shades of Torch Red #FF0045
Tints of Torch Red #FF0045
RGB
CMYK
RGB Variations
Color information
#FF0045 (or 0xFF0045) is known color: Torch Red. HEX triplet: FF, 00 and 45. RGB value is (255,0,69). Sum of RGB (Red+Green+Blue) = 255+0+69=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0045 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0045 is #00FFBA. Grayscale: #545454. Windows color (decimal): -65467 or 4522239. OLE color: 4522239.
HSL color Cylindrical-coordinate representation of color #FF0045: hue angle of 343.76º 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 #FF0045 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.73 | 0 |
| HSL | 343.76º | 1% | 0.5% | - |
| HSV(B) | 343.76º | 1% | 1% | - |
| XYZ | 42.31 | 21.69 | 7.59 | - |
| YUV | 84.11 | 119.48 | 249.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 69 | 0 | 1 | 0.73 | 0 | 343.76 | 1 | 0.5 |
| Hex | FF | 0 | 45 | 0 | 64 | 49 | 0 | 158 | 64 | 32 |
| Octal | 377 | 0 | 105 | 0 | 144 | 111 | 0 | 530 | 144 | 62 |
| Binary | 11111111 | 0 | 1000101 | 0 | 1100100 | 1001001 | 0 | 101011000 | 1100100 | 110010 |
Color Harmonies of #FF0045
Complementary color
Monochromatic Colors of #FF0045
Black with #FF0045
Text Example
Text Example
White with #FF0045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0045; }
p { color: rgb(255,0,69); }
H1.HeaderClassName
{
color: #FF0045;
}
.AnyTagClassName
{
color: #FF0045;
}
</style>
background-color css
<style>
a { background-color: #FF0045; }
a { background-color: rgb(255,0,69); }
div.DivClassName
{
background-color: #FF0045;
}
.BgClassName
{
background-color: #FF0045;
}
</style>
border-color css
<style>
span { border-color: #FF0045; }
span { border-color: rgb(255,0,69); }
td.TdClassName
{
border-color: #FF0045;
}
.TagClassName
{
border-color: #FF0045;
}
</style>