Shades of Torch Red #FD192B
Tints of Torch Red #FD192B
RGB
CMYK
RGB Variations
Color information
#FD192B (or 0xFD192B) is known color: Torch Red. HEX triplet: FD, 19 and 2B. RGB value is (253,25,43). Sum of RGB (Red+Green+Blue) = 253+25+43=321 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.82% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 253 - color contains mainly: red. Hex color #FD192B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD192B is #02E6D4. Grayscale: #5F5F5F. Windows color (decimal): -190165 or 2824701. OLE color: 2824701.
HSL color Cylindrical-coordinate representation of color #FD192B: hue angle of 355.26º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD192B is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 43 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.01 |
| HSL | 355.26º | 0.98% | 0.55% | - |
| HSV(B) | 355.26º | 0.9% | 0.99% | - |
| XYZ | 41.29 | 21.75 | 4.31 | - |
| YUV | 95.22 | 98.54 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 43 | 0 | 0.90 | 0.83 | 0.01 | 355.26 | 0.98 | 0.55 |
| Hex | FD | 19 | 2B | 0 | 5A | 53 | 1 | 163 | 62 | 37 |
| Octal | 375 | 31 | 53 | 0 | 132 | 123 | 1 | 543 | 142 | 67 |
| Binary | 11111101 | 11001 | 101011 | 0 | 1011010 | 1010011 | 1 | 101100011 | 1100010 | 110111 |
Color Harmonies of #FD192B
Complementary color
Monochromatic Colors of #FD192B
Black with #FD192B
Text Example
Text Example
White with #FD192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD192B; }
p { color: rgb(253,25,43); }
H1.HeaderClassName
{
color: #FD192B;
}
.AnyTagClassName
{
color: #FD192B;
}
</style>
background-color css
<style>
a { background-color: #FD192B; }
a { background-color: rgb(253,25,43); }
div.DivClassName
{
background-color: #FD192B;
}
.BgClassName
{
background-color: #FD192B;
}
</style>
border-color css
<style>
span { border-color: #FD192B; }
span { border-color: rgb(253,25,43); }
td.TdClassName
{
border-color: #FD192B;
}
.TagClassName
{
border-color: #FD192B;
}
</style>