Shades of Torch Red #FF2743
Tints of Torch Red #FF2743
RGB
CMYK
RGB Variations
Color information
#FF2743 (or 0xFF2743) is known color: Torch Red. HEX triplet: FF, 27 and 43. RGB value is (255,39,67). Sum of RGB (Red+Green+Blue) = 255+39+67=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2743 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2743 is #00D8BC. Grayscale: #6A6A6A. Windows color (decimal): -55485 or 4401151. OLE color: 4401151.
HSL color Cylindrical-coordinate representation of color #FF2743: hue angle of 352.22º 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 #FF2743 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 67 | - |
| CMYK | 0 | 0.85 | 0.74 | 0 |
| HSL | 352.22º | 1% | 0.58% | - |
| HSV(B) | 352.22º | 0.85% | 1% | - |
| XYZ | 42.98 | 23.12 | 7.51 | - |
| YUV | 106.78 | 105.56 | 233.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 67 | 0 | 0.85 | 0.74 | 0 | 352.22 | 1 | 0.58 |
| Hex | FF | 27 | 43 | 0 | 55 | 4A | 0 | 160 | 64 | 3A |
| Octal | 377 | 47 | 103 | 0 | 125 | 112 | 0 | 540 | 144 | 72 |
| Binary | 11111111 | 100111 | 1000011 | 0 | 1010101 | 1001010 | 0 | 101100000 | 1100100 | 111010 |
Color Harmonies of #FF2743
Complementary color
Monochromatic Colors of #FF2743
Black with #FF2743
Text Example
Text Example
White with #FF2743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2743; }
p { color: rgb(255,39,67); }
H1.HeaderClassName
{
color: #FF2743;
}
.AnyTagClassName
{
color: #FF2743;
}
</style>
background-color css
<style>
a { background-color: #FF2743; }
a { background-color: rgb(255,39,67); }
div.DivClassName
{
background-color: #FF2743;
}
.BgClassName
{
background-color: #FF2743;
}
</style>
border-color css
<style>
span { border-color: #FF2743; }
span { border-color: rgb(255,39,67); }
td.TdClassName
{
border-color: #FF2743;
}
.TagClassName
{
border-color: #FF2743;
}
</style>