Shades of Torch Red #FF192C
Tints of Torch Red #FF192C
RGB
CMYK
RGB Variations
Color information
#FF192C (or 0xFF192C) is known color: Torch Red. HEX triplet: FF, 19 and 2C. RGB value is (255,25,44). Sum of RGB (Red+Green+Blue) = 255+25+44=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF192C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF192C is #00E6D3. Grayscale: #606060. Windows color (decimal): -59092 or 2890239. OLE color: 2890239.
HSL color Cylindrical-coordinate representation of color #FF192C: hue angle of 355.04º 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 #FF192C is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 44 | - |
| CMYK | 0 | 0.90 | 0.83 | 0 |
| HSL | 355.04º | 1% | 0.55% | - |
| HSV(B) | 355.04º | 0.9% | 1% | - |
| XYZ | 42.04 | 22.14 | 4.44 | - |
| YUV | 95.94 | 98.7 | 241.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 44 | 0 | 0.90 | 0.83 | 0 | 355.04 | 1 | 0.55 |
| Hex | FF | 19 | 2C | 0 | 5A | 53 | 0 | 163 | 64 | 37 |
| Octal | 377 | 31 | 54 | 0 | 132 | 123 | 0 | 543 | 144 | 67 |
| Binary | 11111111 | 11001 | 101100 | 0 | 1011010 | 1010011 | 0 | 101100011 | 1100100 | 110111 |
Color Harmonies of #FF192C
Complementary color
Monochromatic Colors of #FF192C
Black with #FF192C
Text Example
Text Example
White with #FF192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF192C; }
p { color: rgb(255,25,44); }
H1.HeaderClassName
{
color: #FF192C;
}
.AnyTagClassName
{
color: #FF192C;
}
</style>
background-color css
<style>
a { background-color: #FF192C; }
a { background-color: rgb(255,25,44); }
div.DivClassName
{
background-color: #FF192C;
}
.BgClassName
{
background-color: #FF192C;
}
</style>
border-color css
<style>
span { border-color: #FF192C; }
span { border-color: rgb(255,25,44); }
td.TdClassName
{
border-color: #FF192C;
}
.TagClassName
{
border-color: #FF192C;
}
</style>