Shades of Torch Red #FF162B
Tints of Torch Red #FF162B
RGB
CMYK
RGB Variations
Color information
#FF162B (or 0xFF162B) is known color: Torch Red. HEX triplet: FF, 16 and 2B. RGB value is (255,22,43). Sum of RGB (Red+Green+Blue) = 255+22+43=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF162B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF162B is #00E9D4. Grayscale: #5E5E5E. Windows color (decimal): -59861 or 2823935. OLE color: 2823935.
HSL color Cylindrical-coordinate representation of color #FF162B: hue angle of 354.59º 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 #FF162B is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 43 | - |
| CMYK | 0 | 0.91 | 0.83 | 0 |
| HSL | 354.59º | 1% | 0.54% | - |
| HSV(B) | 354.59º | 0.91% | 1% | - |
| XYZ | 41.96 | 22.01 | 4.32 | - |
| YUV | 94.06 | 99.19 | 242.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 43 | 0 | 0.91 | 0.83 | 0 | 354.59 | 1 | 0.54 |
| Hex | FF | 16 | 2B | 0 | 5B | 53 | 0 | 163 | 64 | 36 |
| Octal | 377 | 26 | 53 | 0 | 133 | 123 | 0 | 543 | 144 | 66 |
| Binary | 11111111 | 10110 | 101011 | 0 | 1011011 | 1010011 | 0 | 101100011 | 1100100 | 110110 |
Color Harmonies of #FF162B
Complementary color
Monochromatic Colors of #FF162B
Black with #FF162B
Text Example
Text Example
White with #FF162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF162B; }
p { color: rgb(255,22,43); }
H1.HeaderClassName
{
color: #FF162B;
}
.AnyTagClassName
{
color: #FF162B;
}
</style>
background-color css
<style>
a { background-color: #FF162B; }
a { background-color: rgb(255,22,43); }
div.DivClassName
{
background-color: #FF162B;
}
.BgClassName
{
background-color: #FF162B;
}
</style>
border-color css
<style>
span { border-color: #FF162B; }
span { border-color: rgb(255,22,43); }
td.TdClassName
{
border-color: #FF162B;
}
.TagClassName
{
border-color: #FF162B;
}
</style>