Shades of Torch Red #FF1D34
Tints of Torch Red #FF1D34
RGB
CMYK
RGB Variations
Color information
#FF1D34 (or 0xFF1D34) is known color: Torch Red. HEX triplet: FF, 1D and 34. RGB value is (255,29,52). Sum of RGB (Red+Green+Blue) = 255+29+52=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D34 is #00E2CB. Grayscale: #636363. Windows color (decimal): -58060 or 3415551. OLE color: 3415551.
HSL color Cylindrical-coordinate representation of color #FF1D34: hue angle of 353.89º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1D34 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 52 | - |
| CMYK | 0 | 0.89 | 0.80 | 0 |
| HSL | 353.89º | 1% | 0.56% | - |
| HSV(B) | 353.89º | 0.89% | 1% | - |
| XYZ | 42.3 | 22.39 | 5.34 | - |
| YUV | 99.2 | 101.37 | 239.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 52 | 0 | 0.89 | 0.80 | 0 | 353.89 | 1 | 0.56 |
| Hex | FF | 1D | 34 | 0 | 59 | 50 | 0 | 162 | 64 | 38 |
| Octal | 377 | 35 | 64 | 0 | 131 | 120 | 0 | 542 | 144 | 70 |
| Binary | 11111111 | 11101 | 110100 | 0 | 1011001 | 1010000 | 0 | 101100010 | 1100100 | 111000 |
Color Harmonies of #FF1D34
Complementary color
Monochromatic Colors of #FF1D34
Black with #FF1D34
Text Example
Text Example
White with #FF1D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D34; }
p { color: rgb(255,29,52); }
H1.HeaderClassName
{
color: #FF1D34;
}
.AnyTagClassName
{
color: #FF1D34;
}
</style>
background-color css
<style>
a { background-color: #FF1D34; }
a { background-color: rgb(255,29,52); }
div.DivClassName
{
background-color: #FF1D34;
}
.BgClassName
{
background-color: #FF1D34;
}
</style>
border-color css
<style>
span { border-color: #FF1D34; }
span { border-color: rgb(255,29,52); }
td.TdClassName
{
border-color: #FF1D34;
}
.TagClassName
{
border-color: #FF1D34;
}
</style>