Shades of Torch Red #FF1539
Tints of Torch Red #FF1539
RGB
CMYK
RGB Variations
Color information
#FF1539 (or 0xFF1539) is known color: Torch Red. HEX triplet: FF, 15 and 39. RGB value is (255,21,57). Sum of RGB (Red+Green+Blue) = 255+21+57=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1539 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1539 is #00EAC6. Grayscale: #5F5F5F. Windows color (decimal): -60103 or 3741183. OLE color: 3741183.
HSL color Cylindrical-coordinate representation of color #FF1539: hue angle of 350.77º 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 #FF1539 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 57 | - |
| CMYK | 0 | 0.92 | 0.78 | 0 |
| HSL | 350.77º | 1% | 0.54% | - |
| HSV(B) | 350.77º | 0.92% | 1% | - |
| XYZ | 42.25 | 22.09 | 5.91 | - |
| YUV | 95.07 | 106.52 | 242.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 57 | 0 | 0.92 | 0.78 | 0 | 350.77 | 1 | 0.54 |
| Hex | FF | 15 | 39 | 0 | 5C | 4E | 0 | 15F | 64 | 36 |
| Octal | 377 | 25 | 71 | 0 | 134 | 116 | 0 | 537 | 144 | 66 |
| Binary | 11111111 | 10101 | 111001 | 0 | 1011100 | 1001110 | 0 | 101011111 | 1100100 | 110110 |
Color Harmonies of #FF1539
Complementary color
Monochromatic Colors of #FF1539
Black with #FF1539
Text Example
Text Example
White with #FF1539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1539; }
p { color: rgb(255,21,57); }
H1.HeaderClassName
{
color: #FF1539;
}
.AnyTagClassName
{
color: #FF1539;
}
</style>
background-color css
<style>
a { background-color: #FF1539; }
a { background-color: rgb(255,21,57); }
div.DivClassName
{
background-color: #FF1539;
}
.BgClassName
{
background-color: #FF1539;
}
</style>
border-color css
<style>
span { border-color: #FF1539; }
span { border-color: rgb(255,21,57); }
td.TdClassName
{
border-color: #FF1539;
}
.TagClassName
{
border-color: #FF1539;
}
</style>