Shades of Torch Red #FF192A
Tints of Torch Red #FF192A
RGB
CMYK
RGB Variations
Color information
#FF192A (or 0xFF192A) is known color: Torch Red. HEX triplet: FF, 19 and 2A. RGB value is (255,25,42). Sum of RGB (Red+Green+Blue) = 255+25+42=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF192A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF192A is #00E6D5. Grayscale: #5F5F5F. Windows color (decimal): -59094 or 2759167. OLE color: 2759167.
HSL color Cylindrical-coordinate representation of color #FF192A: hue angle of 355.57º 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 #FF192A is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 42 | - |
| CMYK | 0 | 0.90 | 0.84 | 0 |
| HSL | 355.57º | 1% | 0.55% | - |
| HSV(B) | 355.57º | 0.9% | 1% | - |
| XYZ | 42.01 | 22.12 | 4.25 | - |
| YUV | 95.71 | 97.7 | 241.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 42 | 0 | 0.90 | 0.84 | 0 | 355.57 | 1 | 0.55 |
| Hex | FF | 19 | 2A | 0 | 5A | 54 | 0 | 164 | 64 | 37 |
| Octal | 377 | 31 | 52 | 0 | 132 | 124 | 0 | 544 | 144 | 67 |
| Binary | 11111111 | 11001 | 101010 | 0 | 1011010 | 1010100 | 0 | 101100100 | 1100100 | 110111 |
Color Harmonies of #FF192A
Complementary color
Monochromatic Colors of #FF192A
Black with #FF192A
Text Example
Text Example
White with #FF192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF192A; }
p { color: rgb(255,25,42); }
H1.HeaderClassName
{
color: #FF192A;
}
.AnyTagClassName
{
color: #FF192A;
}
</style>
background-color css
<style>
a { background-color: #FF192A; }
a { background-color: rgb(255,25,42); }
div.DivClassName
{
background-color: #FF192A;
}
.BgClassName
{
background-color: #FF192A;
}
</style>
border-color css
<style>
span { border-color: #FF192A; }
span { border-color: rgb(255,25,42); }
td.TdClassName
{
border-color: #FF192A;
}
.TagClassName
{
border-color: #FF192A;
}
</style>