Shades of Torch Red #FD132E
Tints of Torch Red #FD132E
RGB
CMYK
RGB Variations
Color information
#FD132E (or 0xFD132E) is known color: Torch Red. HEX triplet: FD, 13 and 2E. RGB value is (253,19,46). Sum of RGB (Red+Green+Blue) = 253+19+46=318 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.56% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 253 - color contains mainly: red. Hex color #FD132E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD132E is #02ECD1. Grayscale: #5C5C5C. Windows color (decimal): -191698 or 3019773. OLE color: 3019773.
HSL color Cylindrical-coordinate representation of color #FD132E: hue angle of 353.08º 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 #FD132E is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 46 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.01 |
| HSL | 353.08º | 0.98% | 0.53% | - |
| HSV(B) | 353.08º | 0.92% | 0.99% | - |
| XYZ | 41.23 | 21.55 | 4.57 | - |
| YUV | 92.04 | 102.02 | 242.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 46 | 0 | 0.92 | 0.82 | 0.01 | 353.08 | 0.98 | 0.53 |
| Hex | FD | 13 | 2E | 0 | 5C | 52 | 1 | 161 | 62 | 35 |
| Octal | 375 | 23 | 56 | 0 | 134 | 122 | 1 | 541 | 142 | 65 |
| Binary | 11111101 | 10011 | 101110 | 0 | 1011100 | 1010010 | 1 | 101100001 | 1100010 | 110101 |
Color Harmonies of #FD132E
Complementary color
Monochromatic Colors of #FD132E
Black with #FD132E
Text Example
Text Example
White with #FD132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD132E; }
p { color: rgb(253,19,46); }
H1.HeaderClassName
{
color: #FD132E;
}
.AnyTagClassName
{
color: #FD132E;
}
</style>
background-color css
<style>
a { background-color: #FD132E; }
a { background-color: rgb(253,19,46); }
div.DivClassName
{
background-color: #FD132E;
}
.BgClassName
{
background-color: #FD132E;
}
</style>
border-color css
<style>
span { border-color: #FD132E; }
span { border-color: rgb(253,19,46); }
td.TdClassName
{
border-color: #FD132E;
}
.TagClassName
{
border-color: #FD132E;
}
</style>