Shades of Torch Red #FD194B
Tints of Torch Red #FD194B
RGB
CMYK
RGB Variations
Color information
#FD194B (or 0xFD194B) is known color: Torch Red. HEX triplet: FD, 19 and 4B. RGB value is (253,25,75). Sum of RGB (Red+Green+Blue) = 253+25+75=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD194B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD194B is #02E6B4. Grayscale: #626262. Windows color (decimal): -190133 or 4921853. OLE color: 4921853.
HSL color Cylindrical-coordinate representation of color #FD194B: hue angle of 346.84º 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 #FD194B is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 75 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.01 |
| HSL | 346.84º | 0.98% | 0.55% | - |
| HSV(B) | 346.84º | 0.9% | 0.99% | - |
| XYZ | 42.13 | 22.09 | 8.7 | - |
| YUV | 98.87 | 114.54 | 237.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 75 | 0 | 0.90 | 0.70 | 0.01 | 346.84 | 0.98 | 0.55 |
| Hex | FD | 19 | 4B | 0 | 5A | 46 | 1 | 15B | 62 | 37 |
| Octal | 375 | 31 | 113 | 0 | 132 | 106 | 1 | 533 | 142 | 67 |
| Binary | 11111101 | 11001 | 1001011 | 0 | 1011010 | 1000110 | 1 | 101011011 | 1100010 | 110111 |
Color Harmonies of #FD194B
Complementary color
Monochromatic Colors of #FD194B
Black with #FD194B
Text Example
Text Example
White with #FD194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD194B; }
p { color: rgb(253,25,75); }
H1.HeaderClassName
{
color: #FD194B;
}
.AnyTagClassName
{
color: #FD194B;
}
</style>
background-color css
<style>
a { background-color: #FD194B; }
a { background-color: rgb(253,25,75); }
div.DivClassName
{
background-color: #FD194B;
}
.BgClassName
{
background-color: #FD194B;
}
</style>
border-color css
<style>
span { border-color: #FD194B; }
span { border-color: rgb(253,25,75); }
td.TdClassName
{
border-color: #FD194B;
}
.TagClassName
{
border-color: #FD194B;
}
</style>