Shades of Torch Red #FF1543
Tints of Torch Red #FF1543
RGB
CMYK
RGB Variations
Color information
#FF1543 (or 0xFF1543) is known color: Torch Red. HEX triplet: FF, 15 and 43. RGB value is (255,21,67). Sum of RGB (Red+Green+Blue) = 255+21+67=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1543 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1543 is #00EABC. Grayscale: #606060. Windows color (decimal): -60093 or 4396543. OLE color: 4396543.
HSL color Cylindrical-coordinate representation of color #FF1543: hue angle of 348.21º 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 #FF1543 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 67 | - |
| CMYK | 0 | 0.92 | 0.74 | 0 |
| HSL | 348.21º | 1% | 0.54% | - |
| HSV(B) | 348.21º | 0.92% | 1% | - |
| XYZ | 42.52 | 22.2 | 7.35 | - |
| YUV | 96.21 | 111.52 | 241.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 67 | 0 | 0.92 | 0.74 | 0 | 348.21 | 1 | 0.54 |
| Hex | FF | 15 | 43 | 0 | 5C | 4A | 0 | 15C | 64 | 36 |
| Octal | 377 | 25 | 103 | 0 | 134 | 112 | 0 | 534 | 144 | 66 |
| Binary | 11111111 | 10101 | 1000011 | 0 | 1011100 | 1001010 | 0 | 101011100 | 1100100 | 110110 |
Color Harmonies of #FF1543
Complementary color
Monochromatic Colors of #FF1543
Black with #FF1543
Text Example
Text Example
White with #FF1543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1543; }
p { color: rgb(255,21,67); }
H1.HeaderClassName
{
color: #FF1543;
}
.AnyTagClassName
{
color: #FF1543;
}
</style>
background-color css
<style>
a { background-color: #FF1543; }
a { background-color: rgb(255,21,67); }
div.DivClassName
{
background-color: #FF1543;
}
.BgClassName
{
background-color: #FF1543;
}
</style>
border-color css
<style>
span { border-color: #FF1543; }
span { border-color: rgb(255,21,67); }
td.TdClassName
{
border-color: #FF1543;
}
.TagClassName
{
border-color: #FF1543;
}
</style>