Shades of Torch Red #FF1034
Tints of Torch Red #FF1034
RGB
CMYK
RGB Variations
Color information
#FF1034 (or 0xFF1034) is known color: Torch Red. HEX triplet: FF, 10 and 34. RGB value is (255,16,52). Sum of RGB (Red+Green+Blue) = 255+16+52=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1034 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1034 is #00EFCB. Grayscale: #5B5B5B. Windows color (decimal): -61388 or 3412223. OLE color: 3412223.
HSL color Cylindrical-coordinate representation of color #FF1034: hue angle of 350.96º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF1034 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 52 | - |
| CMYK | 0 | 0.94 | 0.80 | 0 |
| HSL | 350.96º | 1% | 0.53% | - |
| HSV(B) | 350.96º | 0.94% | 1% | - |
| XYZ | 42.05 | 21.88 | 5.26 | - |
| YUV | 91.57 | 105.68 | 244.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 52 | 0 | 0.94 | 0.80 | 0 | 350.96 | 1 | 0.53 |
| Hex | FF | 10 | 34 | 0 | 5E | 50 | 0 | 15F | 64 | 35 |
| Octal | 377 | 20 | 64 | 0 | 136 | 120 | 0 | 537 | 144 | 65 |
| Binary | 11111111 | 10000 | 110100 | 0 | 1011110 | 1010000 | 0 | 101011111 | 1100100 | 110101 |
Color Harmonies of #FF1034
Complementary color
Monochromatic Colors of #FF1034
Black with #FF1034
Text Example
Text Example
White with #FF1034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1034; }
p { color: rgb(255,16,52); }
H1.HeaderClassName
{
color: #FF1034;
}
.AnyTagClassName
{
color: #FF1034;
}
</style>
background-color css
<style>
a { background-color: #FF1034; }
a { background-color: rgb(255,16,52); }
div.DivClassName
{
background-color: #FF1034;
}
.BgClassName
{
background-color: #FF1034;
}
</style>
border-color css
<style>
span { border-color: #FF1034; }
span { border-color: rgb(255,16,52); }
td.TdClassName
{
border-color: #FF1034;
}
.TagClassName
{
border-color: #FF1034;
}
</style>