Shades of Torch Red #FD153A
Tints of Torch Red #FD153A
RGB
CMYK
RGB Variations
Color information
#FD153A (or 0xFD153A) is known color: Torch Red. HEX triplet: FD, 15 and 3A. RGB value is (253,21,58). Sum of RGB (Red+Green+Blue) = 253+21+58=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD153A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD153A is #02EAC5. Grayscale: #5E5E5E. Windows color (decimal): -191174 or 3806717. OLE color: 3806717.
HSL color Cylindrical-coordinate representation of color #FD153A: hue angle of 350.43º 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 #FD153A is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 58 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.01 |
| HSL | 350.43º | 0.98% | 0.54% | - |
| HSV(B) | 350.43º | 0.92% | 0.99% | - |
| XYZ | 41.54 | 21.72 | 6.01 | - |
| YUV | 94.59 | 107.36 | 240.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 58 | 0 | 0.92 | 0.77 | 0.01 | 350.43 | 0.98 | 0.54 |
| Hex | FD | 15 | 3A | 0 | 5C | 4D | 1 | 15E | 62 | 36 |
| Octal | 375 | 25 | 72 | 0 | 134 | 115 | 1 | 536 | 142 | 66 |
| Binary | 11111101 | 10101 | 111010 | 0 | 1011100 | 1001101 | 1 | 101011110 | 1100010 | 110110 |
Color Harmonies of #FD153A
Complementary color
Monochromatic Colors of #FD153A
Black with #FD153A
Text Example
Text Example
White with #FD153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD153A; }
p { color: rgb(253,21,58); }
H1.HeaderClassName
{
color: #FD153A;
}
.AnyTagClassName
{
color: #FD153A;
}
</style>
background-color css
<style>
a { background-color: #FD153A; }
a { background-color: rgb(253,21,58); }
div.DivClassName
{
background-color: #FD153A;
}
.BgClassName
{
background-color: #FD153A;
}
</style>
border-color css
<style>
span { border-color: #FD153A; }
span { border-color: rgb(253,21,58); }
td.TdClassName
{
border-color: #FD153A;
}
.TagClassName
{
border-color: #FD153A;
}
</style>