Shades of Torch Red #FF1345
Tints of Torch Red #FF1345
RGB
CMYK
RGB Variations
Color information
#FF1345 (or 0xFF1345) is known color: Torch Red. HEX triplet: FF, 13 and 45. RGB value is (255,19,69). Sum of RGB (Red+Green+Blue) = 255+19+69=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1345 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1345 is #00ECBA. Grayscale: #5F5F5F. Windows color (decimal): -60603 or 4527103. OLE color: 4527103.
HSL color Cylindrical-coordinate representation of color #FF1345: hue angle of 347.29º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1345 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 69 | - |
| CMYK | 0 | 0.93 | 0.73 | 0 |
| HSL | 347.29º | 1% | 0.54% | - |
| HSV(B) | 347.29º | 0.93% | 1% | - |
| XYZ | 42.55 | 22.16 | 7.66 | - |
| YUV | 95.26 | 113.19 | 241.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 69 | 0 | 0.93 | 0.73 | 0 | 347.29 | 1 | 0.54 |
| Hex | FF | 13 | 45 | 0 | 5D | 49 | 0 | 15B | 64 | 36 |
| Octal | 377 | 23 | 105 | 0 | 135 | 111 | 0 | 533 | 144 | 66 |
| Binary | 11111111 | 10011 | 1000101 | 0 | 1011101 | 1001001 | 0 | 101011011 | 1100100 | 110110 |
Color Harmonies of #FF1345
Complementary color
Monochromatic Colors of #FF1345
Black with #FF1345
Text Example
Text Example
White with #FF1345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1345; }
p { color: rgb(255,19,69); }
H1.HeaderClassName
{
color: #FF1345;
}
.AnyTagClassName
{
color: #FF1345;
}
</style>
background-color css
<style>
a { background-color: #FF1345; }
a { background-color: rgb(255,19,69); }
div.DivClassName
{
background-color: #FF1345;
}
.BgClassName
{
background-color: #FF1345;
}
</style>
border-color css
<style>
span { border-color: #FF1345; }
span { border-color: rgb(255,19,69); }
td.TdClassName
{
border-color: #FF1345;
}
.TagClassName
{
border-color: #FF1345;
}
</style>