Shades of Torch Red #FF1352
Tints of Torch Red #FF1352
RGB
CMYK
RGB Variations
Color information
#FF1352 (or 0xFF1352) is known color: Torch Red. HEX triplet: FF, 13 and 52. RGB value is (255,19,82). Sum of RGB (Red+Green+Blue) = 255+19+82=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1352 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1352 is #00ECAD. Grayscale: #606060. Windows color (decimal): -60590 or 5379071. OLE color: 5379071.
HSL color Cylindrical-coordinate representation of color #FF1352: hue angle of 343.98º 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 #FF1352 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 82 | - |
| CMYK | 0 | 0.93 | 0.68 | 0 |
| HSL | 343.98º | 1% | 0.54% | - |
| HSV(B) | 343.98º | 0.93% | 1% | - |
| XYZ | 43 | 22.33 | 10.03 | - |
| YUV | 96.75 | 119.69 | 240.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 82 | 0 | 0.93 | 0.68 | 0 | 343.98 | 1 | 0.54 |
| Hex | FF | 13 | 52 | 0 | 5D | 44 | 0 | 158 | 64 | 36 |
| Octal | 377 | 23 | 122 | 0 | 135 | 104 | 0 | 530 | 144 | 66 |
| Binary | 11111111 | 10011 | 1010010 | 0 | 1011101 | 1000100 | 0 | 101011000 | 1100100 | 110110 |
Color Harmonies of #FF1352
Complementary color
Monochromatic Colors of #FF1352
Black with #FF1352
Text Example
Text Example
White with #FF1352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1352; }
p { color: rgb(255,19,82); }
H1.HeaderClassName
{
color: #FF1352;
}
.AnyTagClassName
{
color: #FF1352;
}
</style>
background-color css
<style>
a { background-color: #FF1352; }
a { background-color: rgb(255,19,82); }
div.DivClassName
{
background-color: #FF1352;
}
.BgClassName
{
background-color: #FF1352;
}
</style>
border-color css
<style>
span { border-color: #FF1352; }
span { border-color: rgb(255,19,82); }
td.TdClassName
{
border-color: #FF1352;
}
.TagClassName
{
border-color: #FF1352;
}
</style>