Shades of Torch Red #FF193A
Tints of Torch Red #FF193A
RGB
CMYK
RGB Variations
Color information
#FF193A (or 0xFF193A) is known color: Torch Red. HEX triplet: FF, 19 and 3A. RGB value is (255,25,58). Sum of RGB (Red+Green+Blue) = 255+25+58=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF193A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF193A is #00E6C5. Grayscale: #616161. Windows color (decimal): -59078 or 3807743. OLE color: 3807743.
HSL color Cylindrical-coordinate representation of color #FF193A: hue angle of 351.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF193A is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 58 | - |
| CMYK | 0 | 0.90 | 0.77 | 0 |
| HSL | 351.39º | 1% | 0.55% | - |
| HSV(B) | 351.39º | 0.9% | 1% | - |
| XYZ | 42.35 | 22.26 | 6.07 | - |
| YUV | 97.53 | 105.7 | 240.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 58 | 0 | 0.90 | 0.77 | 0 | 351.39 | 1 | 0.55 |
| Hex | FF | 19 | 3A | 0 | 5A | 4D | 0 | 15F | 64 | 37 |
| Octal | 377 | 31 | 72 | 0 | 132 | 115 | 0 | 537 | 144 | 67 |
| Binary | 11111111 | 11001 | 111010 | 0 | 1011010 | 1001101 | 0 | 101011111 | 1100100 | 110111 |
Color Harmonies of #FF193A
Complementary color
Monochromatic Colors of #FF193A
Black with #FF193A
Text Example
Text Example
White with #FF193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF193A; }
p { color: rgb(255,25,58); }
H1.HeaderClassName
{
color: #FF193A;
}
.AnyTagClassName
{
color: #FF193A;
}
</style>
background-color css
<style>
a { background-color: #FF193A; }
a { background-color: rgb(255,25,58); }
div.DivClassName
{
background-color: #FF193A;
}
.BgClassName
{
background-color: #FF193A;
}
</style>
border-color css
<style>
span { border-color: #FF193A; }
span { border-color: rgb(255,25,58); }
td.TdClassName
{
border-color: #FF193A;
}
.TagClassName
{
border-color: #FF193A;
}
</style>