Shades of Torch Red #FF193F
Tints of Torch Red #FF193F
RGB
CMYK
RGB Variations
Color information
#FF193F (or 0xFF193F) is known color: Torch Red. HEX triplet: FF, 19 and 3F. RGB value is (255,25,63). Sum of RGB (Red+Green+Blue) = 255+25+63=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF193F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF193F is #00E6C0. Grayscale: #626262. Windows color (decimal): -59073 or 4135423. OLE color: 4135423.
HSL color Cylindrical-coordinate representation of color #FF193F: hue angle of 350.09º 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 #FF193F is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 63 | - |
| CMYK | 0 | 0.90 | 0.75 | 0 |
| HSL | 350.09º | 1% | 0.55% | - |
| HSV(B) | 350.09º | 0.9% | 1% | - |
| XYZ | 42.48 | 22.31 | 6.77 | - |
| YUV | 98.1 | 108.2 | 239.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 63 | 0 | 0.90 | 0.75 | 0 | 350.09 | 1 | 0.55 |
| Hex | FF | 19 | 3F | 0 | 5A | 4B | 0 | 15E | 64 | 37 |
| Octal | 377 | 31 | 77 | 0 | 132 | 113 | 0 | 536 | 144 | 67 |
| Binary | 11111111 | 11001 | 111111 | 0 | 1011010 | 1001011 | 0 | 101011110 | 1100100 | 110111 |
Color Harmonies of #FF193F
Complementary color
Monochromatic Colors of #FF193F
Black with #FF193F
Text Example
Text Example
White with #FF193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF193F; }
p { color: rgb(255,25,63); }
H1.HeaderClassName
{
color: #FF193F;
}
.AnyTagClassName
{
color: #FF193F;
}
</style>
background-color css
<style>
a { background-color: #FF193F; }
a { background-color: rgb(255,25,63); }
div.DivClassName
{
background-color: #FF193F;
}
.BgClassName
{
background-color: #FF193F;
}
</style>
border-color css
<style>
span { border-color: #FF193F; }
span { border-color: rgb(255,25,63); }
td.TdClassName
{
border-color: #FF193F;
}
.TagClassName
{
border-color: #FF193F;
}
</style>