Shades of Torch Red #FF273F
Tints of Torch Red #FF273F
RGB
CMYK
RGB Variations
Color information
#FF273F (or 0xFF273F) is known color: Torch Red. HEX triplet: FF, 27 and 3F. RGB value is (255,39,63). Sum of RGB (Red+Green+Blue) = 255+39+63=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF273F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF273F is #00D8C0. Grayscale: #6A6A6A. Windows color (decimal): -55489 or 4139007. OLE color: 4139007.
HSL color Cylindrical-coordinate representation of color #FF273F: hue angle of 353.33º 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 #FF273F is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 63 | - |
| CMYK | 0 | 0.85 | 0.75 | 0 |
| HSL | 353.33º | 1% | 0.58% | - |
| HSV(B) | 353.33º | 0.85% | 1% | - |
| XYZ | 42.86 | 23.07 | 6.9 | - |
| YUV | 106.32 | 103.56 | 234.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 63 | 0 | 0.85 | 0.75 | 0 | 353.33 | 1 | 0.58 |
| Hex | FF | 27 | 3F | 0 | 55 | 4B | 0 | 161 | 64 | 3A |
| Octal | 377 | 47 | 77 | 0 | 125 | 113 | 0 | 541 | 144 | 72 |
| Binary | 11111111 | 100111 | 111111 | 0 | 1010101 | 1001011 | 0 | 101100001 | 1100100 | 111010 |
Color Harmonies of #FF273F
Complementary color
Monochromatic Colors of #FF273F
Black with #FF273F
Text Example
Text Example
White with #FF273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF273F; }
p { color: rgb(255,39,63); }
H1.HeaderClassName
{
color: #FF273F;
}
.AnyTagClassName
{
color: #FF273F;
}
</style>
background-color css
<style>
a { background-color: #FF273F; }
a { background-color: rgb(255,39,63); }
div.DivClassName
{
background-color: #FF273F;
}
.BgClassName
{
background-color: #FF273F;
}
</style>
border-color css
<style>
span { border-color: #FF273F; }
span { border-color: rgb(255,39,63); }
td.TdClassName
{
border-color: #FF273F;
}
.TagClassName
{
border-color: #FF273F;
}
</style>