Shades of Torch Red #FF132D
Tints of Torch Red #FF132D
RGB
CMYK
RGB Variations
Color information
#FF132D (or 0xFF132D) is known color: Torch Red. HEX triplet: FF, 13 and 2D. RGB value is (255,19,45). Sum of RGB (Red+Green+Blue) = 255+19+45=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF132D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF132D is #00ECD2. Grayscale: #5C5C5C. Windows color (decimal): -60627 or 2954239. OLE color: 2954239.
HSL color Cylindrical-coordinate representation of color #FF132D: hue angle of 353.39º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF132D is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 45 | - |
| CMYK | 0 | 0.93 | 0.82 | 0 |
| HSL | 353.39º | 1% | 0.54% | - |
| HSV(B) | 353.39º | 0.93% | 1% | - |
| XYZ | 41.95 | 21.92 | 4.5 | - |
| YUV | 92.53 | 101.19 | 243.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 45 | 0 | 0.93 | 0.82 | 0 | 353.39 | 1 | 0.54 |
| Hex | FF | 13 | 2D | 0 | 5D | 52 | 0 | 161 | 64 | 36 |
| Octal | 377 | 23 | 55 | 0 | 135 | 122 | 0 | 541 | 144 | 66 |
| Binary | 11111111 | 10011 | 101101 | 0 | 1011101 | 1010010 | 0 | 101100001 | 1100100 | 110110 |
Color Harmonies of #FF132D
Complementary color
Monochromatic Colors of #FF132D
Black with #FF132D
Text Example
Text Example
White with #FF132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF132D; }
p { color: rgb(255,19,45); }
H1.HeaderClassName
{
color: #FF132D;
}
.AnyTagClassName
{
color: #FF132D;
}
</style>
background-color css
<style>
a { background-color: #FF132D; }
a { background-color: rgb(255,19,45); }
div.DivClassName
{
background-color: #FF132D;
}
.BgClassName
{
background-color: #FF132D;
}
</style>
border-color css
<style>
span { border-color: #FF132D; }
span { border-color: rgb(255,19,45); }
td.TdClassName
{
border-color: #FF132D;
}
.TagClassName
{
border-color: #FF132D;
}
</style>