Shades of Torch Red #FD153C
Tints of Torch Red #FD153C
RGB
CMYK
RGB Variations
Color information
#FD153C (or 0xFD153C) is known color: Torch Red. HEX triplet: FD, 15 and 3C. RGB value is (253,21,60). Sum of RGB (Red+Green+Blue) = 253+21+60=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD153C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD153C is #02EAC3. Grayscale: #5E5E5E. Windows color (decimal): -191172 or 3937789. OLE color: 3937789.
HSL color Cylindrical-coordinate representation of color #FD153C: hue angle of 349.91º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD153C is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 60 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.01 |
| HSL | 349.91º | 0.98% | 0.54% | - |
| HSV(B) | 349.91º | 0.92% | 0.99% | - |
| XYZ | 41.59 | 21.75 | 6.28 | - |
| YUV | 94.81 | 108.36 | 240.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 60 | 0 | 0.92 | 0.76 | 0.01 | 349.91 | 0.98 | 0.54 |
| Hex | FD | 15 | 3C | 0 | 5C | 4C | 1 | 15E | 62 | 36 |
| Octal | 375 | 25 | 74 | 0 | 134 | 114 | 1 | 536 | 142 | 66 |
| Binary | 11111101 | 10101 | 111100 | 0 | 1011100 | 1001100 | 1 | 101011110 | 1100010 | 110110 |
Color Harmonies of #FD153C
Complementary color
Monochromatic Colors of #FD153C
Black with #FD153C
Text Example
Text Example
White with #FD153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD153C; }
p { color: rgb(253,21,60); }
H1.HeaderClassName
{
color: #FD153C;
}
.AnyTagClassName
{
color: #FD153C;
}
</style>
background-color css
<style>
a { background-color: #FD153C; }
a { background-color: rgb(253,21,60); }
div.DivClassName
{
background-color: #FD153C;
}
.BgClassName
{
background-color: #FD153C;
}
</style>
border-color css
<style>
span { border-color: #FD153C; }
span { border-color: rgb(253,21,60); }
td.TdClassName
{
border-color: #FD153C;
}
.TagClassName
{
border-color: #FD153C;
}
</style>