Shades of Torch Red #FF191C
Tints of Torch Red #FF191C
RGB
CMYK
RGB Variations
Color information
#FF191C (or 0xFF191C) is known color: Torch Red. HEX triplet: FF, 19 and 1C. RGB value is (255,25,28). Sum of RGB (Red+Green+Blue) = 255+25+28=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF191C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF191C is #00E6E3. Grayscale: #5E5E5E. Windows color (decimal): -59108 or 1841663. OLE color: 1841663.
HSL color Cylindrical-coordinate representation of color #FF191C: hue angle of 359.22º 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 #FF191C is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 28 | - |
| CMYK | 0 | 0.90 | 0.89 | 0 |
| HSL | 359.22º | 1% | 0.55% | - |
| HSV(B) | 359.22º | 0.9% | 1% | - |
| XYZ | 41.8 | 22.04 | 3.15 | - |
| YUV | 94.11 | 90.7 | 242.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 28 | 0 | 0.90 | 0.89 | 0 | 359.22 | 1 | 0.55 |
| Hex | FF | 19 | 1C | 0 | 5A | 59 | 0 | 167 | 64 | 37 |
| Octal | 377 | 31 | 34 | 0 | 132 | 131 | 0 | 547 | 144 | 67 |
| Binary | 11111111 | 11001 | 11100 | 0 | 1011010 | 1011001 | 0 | 101100111 | 1100100 | 110111 |
Color Harmonies of #FF191C
Complementary color
Monochromatic Colors of #FF191C
Black with #FF191C
Text Example
Text Example
White with #FF191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF191C; }
p { color: rgb(255,25,28); }
H1.HeaderClassName
{
color: #FF191C;
}
.AnyTagClassName
{
color: #FF191C;
}
</style>
background-color css
<style>
a { background-color: #FF191C; }
a { background-color: rgb(255,25,28); }
div.DivClassName
{
background-color: #FF191C;
}
.BgClassName
{
background-color: #FF191C;
}
</style>
border-color css
<style>
span { border-color: #FF191C; }
span { border-color: rgb(255,25,28); }
td.TdClassName
{
border-color: #FF191C;
}
.TagClassName
{
border-color: #FF191C;
}
</style>