Shades of Torch Red #FF192B
Tints of Torch Red #FF192B
RGB
CMYK
RGB Variations
Color information
#FF192B (or 0xFF192B) is known color: Torch Red. HEX triplet: FF, 19 and 2B. RGB value is (255,25,43). Sum of RGB (Red+Green+Blue) = 255+25+43=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF192B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF192B is #00E6D4. Grayscale: #5F5F5F. Windows color (decimal): -59093 or 2824703. OLE color: 2824703.
HSL color Cylindrical-coordinate representation of color #FF192B: hue angle of 355.3º 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 #FF192B is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 43 | - |
| CMYK | 0 | 0.90 | 0.83 | 0 |
| HSL | 355.3º | 1% | 0.55% | - |
| HSV(B) | 355.3º | 0.9% | 1% | - |
| XYZ | 42.02 | 22.13 | 4.34 | - |
| YUV | 95.82 | 98.2 | 241.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 43 | 0 | 0.90 | 0.83 | 0 | 355.3 | 1 | 0.55 |
| Hex | FF | 19 | 2B | 0 | 5A | 53 | 0 | 163 | 64 | 37 |
| Octal | 377 | 31 | 53 | 0 | 132 | 123 | 0 | 543 | 144 | 67 |
| Binary | 11111111 | 11001 | 101011 | 0 | 1011010 | 1010011 | 0 | 101100011 | 1100100 | 110111 |
Color Harmonies of #FF192B
Complementary color
Monochromatic Colors of #FF192B
Black with #FF192B
Text Example
Text Example
White with #FF192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF192B; }
p { color: rgb(255,25,43); }
H1.HeaderClassName
{
color: #FF192B;
}
.AnyTagClassName
{
color: #FF192B;
}
</style>
background-color css
<style>
a { background-color: #FF192B; }
a { background-color: rgb(255,25,43); }
div.DivClassName
{
background-color: #FF192B;
}
.BgClassName
{
background-color: #FF192B;
}
</style>
border-color css
<style>
span { border-color: #FF192B; }
span { border-color: rgb(255,25,43); }
td.TdClassName
{
border-color: #FF192B;
}
.TagClassName
{
border-color: #FF192B;
}
</style>