Shades of Torch Red #FF1734
Tints of Torch Red #FF1734
RGB
CMYK
RGB Variations
Color information
#FF1734 (or 0xFF1734) is known color: Torch Red. HEX triplet: FF, 17 and 34. RGB value is (255,23,52). Sum of RGB (Red+Green+Blue) = 255+23+52=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1734 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1734 is #00E8CB. Grayscale: #5F5F5F. Windows color (decimal): -59596 or 3414015. OLE color: 3414015.
HSL color Cylindrical-coordinate representation of color #FF1734: hue angle of 352.5º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1734 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 52 | - |
| CMYK | 0 | 0.91 | 0.80 | 0 |
| HSL | 352.5º | 1% | 0.55% | - |
| HSV(B) | 352.5º | 0.91% | 1% | - |
| XYZ | 42.17 | 22.12 | 5.3 | - |
| YUV | 95.67 | 103.36 | 241.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 52 | 0 | 0.91 | 0.80 | 0 | 352.5 | 1 | 0.55 |
| Hex | FF | 17 | 34 | 0 | 5B | 50 | 0 | 160 | 64 | 37 |
| Octal | 377 | 27 | 64 | 0 | 133 | 120 | 0 | 540 | 144 | 67 |
| Binary | 11111111 | 10111 | 110100 | 0 | 1011011 | 1010000 | 0 | 101100000 | 1100100 | 110111 |
Color Harmonies of #FF1734
Complementary color
Monochromatic Colors of #FF1734
Black with #FF1734
Text Example
Text Example
White with #FF1734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1734; }
p { color: rgb(255,23,52); }
H1.HeaderClassName
{
color: #FF1734;
}
.AnyTagClassName
{
color: #FF1734;
}
</style>
background-color css
<style>
a { background-color: #FF1734; }
a { background-color: rgb(255,23,52); }
div.DivClassName
{
background-color: #FF1734;
}
.BgClassName
{
background-color: #FF1734;
}
</style>
border-color css
<style>
span { border-color: #FF1734; }
span { border-color: rgb(255,23,52); }
td.TdClassName
{
border-color: #FF1734;
}
.TagClassName
{
border-color: #FF1734;
}
</style>