Shades of Torch Red #FF273C
Tints of Torch Red #FF273C
RGB
CMYK
RGB Variations
Color information
#FF273C (or 0xFF273C) is known color: Torch Red. HEX triplet: FF, 27 and 3C. RGB value is (255,39,60). Sum of RGB (Red+Green+Blue) = 255+39+60=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF273C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF273C is #00D8C3. Grayscale: #6A6A6A. Windows color (decimal): -55492 or 3942399. OLE color: 3942399.
HSL color Cylindrical-coordinate representation of color #FF273C: hue angle of 354.17º 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 #FF273C is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 60 | - |
| CMYK | 0 | 0.85 | 0.76 | 0 |
| HSL | 354.17º | 1% | 0.58% | - |
| HSV(B) | 354.17º | 0.85% | 1% | - |
| XYZ | 42.78 | 23.04 | 6.47 | - |
| YUV | 105.98 | 102.06 | 234.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 60 | 0 | 0.85 | 0.76 | 0 | 354.17 | 1 | 0.58 |
| Hex | FF | 27 | 3C | 0 | 55 | 4C | 0 | 162 | 64 | 3A |
| Octal | 377 | 47 | 74 | 0 | 125 | 114 | 0 | 542 | 144 | 72 |
| Binary | 11111111 | 100111 | 111100 | 0 | 1010101 | 1001100 | 0 | 101100010 | 1100100 | 111010 |
Color Harmonies of #FF273C
Complementary color
Monochromatic Colors of #FF273C
Black with #FF273C
Text Example
Text Example
White with #FF273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF273C; }
p { color: rgb(255,39,60); }
H1.HeaderClassName
{
color: #FF273C;
}
.AnyTagClassName
{
color: #FF273C;
}
</style>
background-color css
<style>
a { background-color: #FF273C; }
a { background-color: rgb(255,39,60); }
div.DivClassName
{
background-color: #FF273C;
}
.BgClassName
{
background-color: #FF273C;
}
</style>
border-color css
<style>
span { border-color: #FF273C; }
span { border-color: rgb(255,39,60); }
td.TdClassName
{
border-color: #FF273C;
}
.TagClassName
{
border-color: #FF273C;
}
</style>