Shades of Torch Red #FD132A
Tints of Torch Red #FD132A
RGB
CMYK
RGB Variations
Color information
#FD132A (or 0xFD132A) is known color: Torch Red. HEX triplet: FD, 13 and 2A. RGB value is (253,19,42). Sum of RGB (Red+Green+Blue) = 253+19+42=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD132A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD132A is #02ECD5. Grayscale: #5B5B5B. Windows color (decimal): -191702 or 2757629. OLE color: 2757629.
HSL color Cylindrical-coordinate representation of color #FD132A: hue angle of 354.1º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD132A is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 42 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.01 |
| HSL | 354.1º | 0.98% | 0.53% | - |
| HSV(B) | 354.1º | 0.92% | 0.99% | - |
| XYZ | 41.16 | 21.52 | 4.17 | - |
| YUV | 91.59 | 100.02 | 243.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 42 | 0 | 0.92 | 0.83 | 0.01 | 354.1 | 0.98 | 0.53 |
| Hex | FD | 13 | 2A | 0 | 5C | 53 | 1 | 162 | 62 | 35 |
| Octal | 375 | 23 | 52 | 0 | 134 | 123 | 1 | 542 | 142 | 65 |
| Binary | 11111101 | 10011 | 101010 | 0 | 1011100 | 1010011 | 1 | 101100010 | 1100010 | 110101 |
Color Harmonies of #FD132A
Complementary color
Monochromatic Colors of #FD132A
Black with #FD132A
Text Example
Text Example
White with #FD132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD132A; }
p { color: rgb(253,19,42); }
H1.HeaderClassName
{
color: #FD132A;
}
.AnyTagClassName
{
color: #FD132A;
}
</style>
background-color css
<style>
a { background-color: #FD132A; }
a { background-color: rgb(253,19,42); }
div.DivClassName
{
background-color: #FD132A;
}
.BgClassName
{
background-color: #FD132A;
}
</style>
border-color css
<style>
span { border-color: #FD132A; }
span { border-color: rgb(253,19,42); }
td.TdClassName
{
border-color: #FD132A;
}
.TagClassName
{
border-color: #FD132A;
}
</style>