Shades of Torch Red #FF1A34
Tints of Torch Red #FF1A34
RGB
CMYK
RGB Variations
Color information
#FF1A34 (or 0xFF1A34) is known color: Torch Red. HEX triplet: FF, 1A and 34. RGB value is (255,26,52). Sum of RGB (Red+Green+Blue) = 255+26+52=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1A34 is #00E5CB. Grayscale: #616161. Windows color (decimal): -58828 or 3414783. OLE color: 3414783.
HSL color Cylindrical-coordinate representation of color #FF1A34: hue angle of 353.19º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1A34 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 52 | - |
| CMYK | 0 | 0.90 | 0.80 | 0 |
| HSL | 353.19º | 1% | 0.55% | - |
| HSV(B) | 353.19º | 0.9% | 1% | - |
| XYZ | 42.23 | 22.25 | 5.32 | - |
| YUV | 97.44 | 102.37 | 240.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 52 | 0 | 0.90 | 0.80 | 0 | 353.19 | 1 | 0.55 |
| Hex | FF | 1A | 34 | 0 | 5A | 50 | 0 | 161 | 64 | 37 |
| Octal | 377 | 32 | 64 | 0 | 132 | 120 | 0 | 541 | 144 | 67 |
| Binary | 11111111 | 11010 | 110100 | 0 | 1011010 | 1010000 | 0 | 101100001 | 1100100 | 110111 |
Color Harmonies of #FF1A34
Complementary color
Monochromatic Colors of #FF1A34
Black with #FF1A34
Text Example
Text Example
White with #FF1A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A34; }
p { color: rgb(255,26,52); }
H1.HeaderClassName
{
color: #FF1A34;
}
.AnyTagClassName
{
color: #FF1A34;
}
</style>
background-color css
<style>
a { background-color: #FF1A34; }
a { background-color: rgb(255,26,52); }
div.DivClassName
{
background-color: #FF1A34;
}
.BgClassName
{
background-color: #FF1A34;
}
</style>
border-color css
<style>
span { border-color: #FF1A34; }
span { border-color: rgb(255,26,52); }
td.TdClassName
{
border-color: #FF1A34;
}
.TagClassName
{
border-color: #FF1A34;
}
</style>