Shades of Torch Red #FF1545
Tints of Torch Red #FF1545
RGB
CMYK
RGB Variations
Color information
#FF1545 (or 0xFF1545) is known color: Torch Red. HEX triplet: FF, 15 and 45. RGB value is (255,21,69). Sum of RGB (Red+Green+Blue) = 255+21+69=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1545 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1545 is #00EABA. Grayscale: #606060. Windows color (decimal): -60091 or 4527615. OLE color: 4527615.
HSL color Cylindrical-coordinate representation of color #FF1545: hue angle of 347.69º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1545 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 69 | - |
| CMYK | 0 | 0.92 | 0.73 | 0 |
| HSL | 347.69º | 1% | 0.54% | - |
| HSV(B) | 347.69º | 0.92% | 1% | - |
| XYZ | 42.58 | 22.23 | 7.68 | - |
| YUV | 96.44 | 112.52 | 241.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 69 | 0 | 0.92 | 0.73 | 0 | 347.69 | 1 | 0.54 |
| Hex | FF | 15 | 45 | 0 | 5C | 49 | 0 | 15C | 64 | 36 |
| Octal | 377 | 25 | 105 | 0 | 134 | 111 | 0 | 534 | 144 | 66 |
| Binary | 11111111 | 10101 | 1000101 | 0 | 1011100 | 1001001 | 0 | 101011100 | 1100100 | 110110 |
Color Harmonies of #FF1545
Complementary color
Monochromatic Colors of #FF1545
Black with #FF1545
Text Example
Text Example
White with #FF1545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1545; }
p { color: rgb(255,21,69); }
H1.HeaderClassName
{
color: #FF1545;
}
.AnyTagClassName
{
color: #FF1545;
}
</style>
background-color css
<style>
a { background-color: #FF1545; }
a { background-color: rgb(255,21,69); }
div.DivClassName
{
background-color: #FF1545;
}
.BgClassName
{
background-color: #FF1545;
}
</style>
border-color css
<style>
span { border-color: #FF1545; }
span { border-color: rgb(255,21,69); }
td.TdClassName
{
border-color: #FF1545;
}
.TagClassName
{
border-color: #FF1545;
}
</style>