Shades of Torch Red #FF2831
Tints of Torch Red #FF2831
RGB
CMYK
RGB Variations
Color information
#FF2831 (or 0xFF2831) is known color: Torch Red. HEX triplet: FF, 28 and 31. RGB value is (255,40,49). Sum of RGB (Red+Green+Blue) = 255+40+49=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2831 is #00D7CE. Grayscale: #696969. Windows color (decimal): -55247 or 3221759. OLE color: 3221759.
HSL color Cylindrical-coordinate representation of color #FF2831: hue angle of 357.49º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2831 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 49 | - |
| CMYK | 0 | 0.84 | 0.81 | 0 |
| HSL | 357.49º | 1% | 0.58% | - |
| HSV(B) | 357.49º | 0.84% | 1% | - |
| XYZ | 42.55 | 23 | 5.1 | - |
| YUV | 105.31 | 96.23 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 49 | 0 | 0.84 | 0.81 | 0 | 357.49 | 1 | 0.58 |
| Hex | FF | 28 | 31 | 0 | 54 | 51 | 0 | 165 | 64 | 3A |
| Octal | 377 | 50 | 61 | 0 | 124 | 121 | 0 | 545 | 144 | 72 |
| Binary | 11111111 | 101000 | 110001 | 0 | 1010100 | 1010001 | 0 | 101100101 | 1100100 | 111010 |
Color Harmonies of #FF2831
Complementary color
Monochromatic Colors of #FF2831
Black with #FF2831
Text Example
Text Example
White with #FF2831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2831; }
p { color: rgb(255,40,49); }
H1.HeaderClassName
{
color: #FF2831;
}
.AnyTagClassName
{
color: #FF2831;
}
</style>
background-color css
<style>
a { background-color: #FF2831; }
a { background-color: rgb(255,40,49); }
div.DivClassName
{
background-color: #FF2831;
}
.BgClassName
{
background-color: #FF2831;
}
</style>
border-color css
<style>
span { border-color: #FF2831; }
span { border-color: rgb(255,40,49); }
td.TdClassName
{
border-color: #FF2831;
}
.TagClassName
{
border-color: #FF2831;
}
</style>