Shades of Torch Red #FF273B
Tints of Torch Red #FF273B
RGB
CMYK
RGB Variations
Color information
#FF273B (or 0xFF273B) is known color: Torch Red. HEX triplet: FF, 27 and 3B. RGB value is (255,39,59). Sum of RGB (Red+Green+Blue) = 255+39+59=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF273B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF273B is #00D8C4. Grayscale: #696969. Windows color (decimal): -55493 or 3876863. OLE color: 3876863.
HSL color Cylindrical-coordinate representation of color #FF273B: hue angle of 354.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF273B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 59 | - |
| CMYK | 0 | 0.85 | 0.77 | 0 |
| HSL | 354.44º | 1% | 0.58% | - |
| HSV(B) | 354.44º | 0.85% | 1% | - |
| XYZ | 42.75 | 23.03 | 6.33 | - |
| YUV | 105.86 | 101.56 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 59 | 0 | 0.85 | 0.77 | 0 | 354.44 | 1 | 0.58 |
| Hex | FF | 27 | 3B | 0 | 55 | 4D | 0 | 162 | 64 | 3A |
| Octal | 377 | 47 | 73 | 0 | 125 | 115 | 0 | 542 | 144 | 72 |
| Binary | 11111111 | 100111 | 111011 | 0 | 1010101 | 1001101 | 0 | 101100010 | 1100100 | 111010 |
Color Harmonies of #FF273B
Complementary color
Monochromatic Colors of #FF273B
Black with #FF273B
Text Example
Text Example
White with #FF273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF273B; }
p { color: rgb(255,39,59); }
H1.HeaderClassName
{
color: #FF273B;
}
.AnyTagClassName
{
color: #FF273B;
}
</style>
background-color css
<style>
a { background-color: #FF273B; }
a { background-color: rgb(255,39,59); }
div.DivClassName
{
background-color: #FF273B;
}
.BgClassName
{
background-color: #FF273B;
}
</style>
border-color css
<style>
span { border-color: #FF273B; }
span { border-color: rgb(255,39,59); }
td.TdClassName
{
border-color: #FF273B;
}
.TagClassName
{
border-color: #FF273B;
}
</style>