Shades of Torch Red #FF1634
Tints of Torch Red #FF1634
RGB
CMYK
RGB Variations
Color information
#FF1634 (or 0xFF1634) is known color: Torch Red. HEX triplet: FF, 16 and 34. RGB value is (255,22,52). Sum of RGB (Red+Green+Blue) = 255+22+52=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1634 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1634 is #00E9CB. Grayscale: #5F5F5F. Windows color (decimal): -59852 or 3413759. OLE color: 3413759.
HSL color Cylindrical-coordinate representation of color #FF1634: hue angle of 352.27º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1634 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 52 | - |
| CMYK | 0 | 0.91 | 0.80 | 0 |
| HSL | 352.27º | 1% | 0.54% | - |
| HSV(B) | 352.27º | 0.91% | 1% | - |
| XYZ | 42.15 | 22.08 | 5.29 | - |
| YUV | 95.09 | 103.69 | 242.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 52 | 0 | 0.91 | 0.80 | 0 | 352.27 | 1 | 0.54 |
| Hex | FF | 16 | 34 | 0 | 5B | 50 | 0 | 160 | 64 | 36 |
| Octal | 377 | 26 | 64 | 0 | 133 | 120 | 0 | 540 | 144 | 66 |
| Binary | 11111111 | 10110 | 110100 | 0 | 1011011 | 1010000 | 0 | 101100000 | 1100100 | 110110 |
Color Harmonies of #FF1634
Complementary color
Monochromatic Colors of #FF1634
Black with #FF1634
Text Example
Text Example
White with #FF1634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1634; }
p { color: rgb(255,22,52); }
H1.HeaderClassName
{
color: #FF1634;
}
.AnyTagClassName
{
color: #FF1634;
}
</style>
background-color css
<style>
a { background-color: #FF1634; }
a { background-color: rgb(255,22,52); }
div.DivClassName
{
background-color: #FF1634;
}
.BgClassName
{
background-color: #FF1634;
}
</style>
border-color css
<style>
span { border-color: #FF1634; }
span { border-color: rgb(255,22,52); }
td.TdClassName
{
border-color: #FF1634;
}
.TagClassName
{
border-color: #FF1634;
}
</style>