Shades of Torch Red #FF273D
Tints of Torch Red #FF273D
RGB
CMYK
RGB Variations
Color information
#FF273D (or 0xFF273D) is known color: Torch Red. HEX triplet: FF, 27 and 3D. RGB value is (255,39,61). Sum of RGB (Red+Green+Blue) = 255+39+61=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF273D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF273D is #00D8C2. Grayscale: #6A6A6A. Windows color (decimal): -55491 or 4007935. OLE color: 4007935.
HSL color Cylindrical-coordinate representation of color #FF273D: hue angle of 353.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 #FF273D is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 61 | - |
| CMYK | 0 | 0.85 | 0.76 | 0 |
| HSL | 353.89º | 1% | 0.58% | - |
| HSV(B) | 353.89º | 0.85% | 1% | - |
| XYZ | 42.81 | 23.05 | 6.61 | - |
| YUV | 106.09 | 102.56 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 61 | 0 | 0.85 | 0.76 | 0 | 353.89 | 1 | 0.58 |
| Hex | FF | 27 | 3D | 0 | 55 | 4C | 0 | 162 | 64 | 3A |
| Octal | 377 | 47 | 75 | 0 | 125 | 114 | 0 | 542 | 144 | 72 |
| Binary | 11111111 | 100111 | 111101 | 0 | 1010101 | 1001100 | 0 | 101100010 | 1100100 | 111010 |
Color Harmonies of #FF273D
Complementary color
Monochromatic Colors of #FF273D
Black with #FF273D
Text Example
Text Example
White with #FF273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF273D; }
p { color: rgb(255,39,61); }
H1.HeaderClassName
{
color: #FF273D;
}
.AnyTagClassName
{
color: #FF273D;
}
</style>
background-color css
<style>
a { background-color: #FF273D; }
a { background-color: rgb(255,39,61); }
div.DivClassName
{
background-color: #FF273D;
}
.BgClassName
{
background-color: #FF273D;
}
</style>
border-color css
<style>
span { border-color: #FF273D; }
span { border-color: rgb(255,39,61); }
td.TdClassName
{
border-color: #FF273D;
}
.TagClassName
{
border-color: #FF273D;
}
</style>