Shades of Torch Red #FF273E
Tints of Torch Red #FF273E
RGB
CMYK
RGB Variations
Color information
#FF273E (or 0xFF273E) is known color: Torch Red. HEX triplet: FF, 27 and 3E. RGB value is (255,39,62). Sum of RGB (Red+Green+Blue) = 255+39+62=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF273E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF273E is #00D8C1. Grayscale: #6A6A6A. Windows color (decimal): -55490 or 4073471. OLE color: 4073471.
HSL color Cylindrical-coordinate representation of color #FF273E: hue angle of 353.61º 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 #FF273E is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 62 | - |
| CMYK | 0 | 0.85 | 0.76 | 0 |
| HSL | 353.61º | 1% | 0.58% | - |
| HSV(B) | 353.61º | 0.85% | 1% | - |
| XYZ | 42.84 | 23.06 | 6.75 | - |
| YUV | 106.21 | 103.06 | 234.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 62 | 0 | 0.85 | 0.76 | 0 | 353.61 | 1 | 0.58 |
| Hex | FF | 27 | 3E | 0 | 55 | 4C | 0 | 162 | 64 | 3A |
| Octal | 377 | 47 | 76 | 0 | 125 | 114 | 0 | 542 | 144 | 72 |
| Binary | 11111111 | 100111 | 111110 | 0 | 1010101 | 1001100 | 0 | 101100010 | 1100100 | 111010 |
Color Harmonies of #FF273E
Complementary color
Monochromatic Colors of #FF273E
Black with #FF273E
Text Example
Text Example
White with #FF273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF273E; }
p { color: rgb(255,39,62); }
H1.HeaderClassName
{
color: #FF273E;
}
.AnyTagClassName
{
color: #FF273E;
}
</style>
background-color css
<style>
a { background-color: #FF273E; }
a { background-color: rgb(255,39,62); }
div.DivClassName
{
background-color: #FF273E;
}
.BgClassName
{
background-color: #FF273E;
}
</style>
border-color css
<style>
span { border-color: #FF273E; }
span { border-color: rgb(255,39,62); }
td.TdClassName
{
border-color: #FF273E;
}
.TagClassName
{
border-color: #FF273E;
}
</style>