Shades of Torch Red #FF272B
Tints of Torch Red #FF272B
RGB
CMYK
RGB Variations
Color information
#FF272B (or 0xFF272B) is known color: Torch Red. HEX triplet: FF, 27 and 2B. RGB value is (255,39,43). Sum of RGB (Red+Green+Blue) = 255+39+43=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF272B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF272B is #00D8D4. Grayscale: #686868. Windows color (decimal): -55509 or 2828287. OLE color: 2828287.
HSL color Cylindrical-coordinate representation of color #FF272B: hue angle of 358.89º 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 #FF272B is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 43 | - |
| CMYK | 0 | 0.85 | 0.83 | 0 |
| HSL | 358.89º | 1% | 0.58% | - |
| HSV(B) | 358.89º | 0.85% | 1% | - |
| XYZ | 42.4 | 22.89 | 4.47 | - |
| YUV | 104.04 | 93.56 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 43 | 0 | 0.85 | 0.83 | 0 | 358.89 | 1 | 0.58 |
| Hex | FF | 27 | 2B | 0 | 55 | 53 | 0 | 167 | 64 | 3A |
| Octal | 377 | 47 | 53 | 0 | 125 | 123 | 0 | 547 | 144 | 72 |
| Binary | 11111111 | 100111 | 101011 | 0 | 1010101 | 1010011 | 0 | 101100111 | 1100100 | 111010 |
Color Harmonies of #FF272B
Complementary color
Monochromatic Colors of #FF272B
Black with #FF272B
Text Example
Text Example
White with #FF272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF272B; }
p { color: rgb(255,39,43); }
H1.HeaderClassName
{
color: #FF272B;
}
.AnyTagClassName
{
color: #FF272B;
}
</style>
background-color css
<style>
a { background-color: #FF272B; }
a { background-color: rgb(255,39,43); }
div.DivClassName
{
background-color: #FF272B;
}
.BgClassName
{
background-color: #FF272B;
}
</style>
border-color css
<style>
span { border-color: #FF272B; }
span { border-color: rgb(255,39,43); }
td.TdClassName
{
border-color: #FF272B;
}
.TagClassName
{
border-color: #FF272B;
}
</style>