Shades of Torch Red #FF2343
Tints of Torch Red #FF2343
RGB
CMYK
RGB Variations
Color information
#FF2343 (or 0xFF2343) is known color: Torch Red. HEX triplet: FF, 23 and 43. RGB value is (255,35,67). Sum of RGB (Red+Green+Blue) = 255+35+67=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2343 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2343 is #00DCBC. Grayscale: #686868. Windows color (decimal): -56509 or 4400127. OLE color: 4400127.
HSL color Cylindrical-coordinate representation of color #FF2343: hue angle of 351.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2343 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 67 | - |
| CMYK | 0 | 0.86 | 0.74 | 0 |
| HSL | 351.27º | 1% | 0.57% | - |
| HSV(B) | 351.27º | 0.86% | 1% | - |
| XYZ | 42.85 | 22.87 | 7.47 | - |
| YUV | 104.43 | 106.89 | 235.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 67 | 0 | 0.86 | 0.74 | 0 | 351.27 | 1 | 0.57 |
| Hex | FF | 23 | 43 | 0 | 56 | 4A | 0 | 15F | 64 | 39 |
| Octal | 377 | 43 | 103 | 0 | 126 | 112 | 0 | 537 | 144 | 71 |
| Binary | 11111111 | 100011 | 1000011 | 0 | 1010110 | 1001010 | 0 | 101011111 | 1100100 | 111001 |
Color Harmonies of #FF2343
Complementary color
Monochromatic Colors of #FF2343
Black with #FF2343
Text Example
Text Example
White with #FF2343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2343; }
p { color: rgb(255,35,67); }
H1.HeaderClassName
{
color: #FF2343;
}
.AnyTagClassName
{
color: #FF2343;
}
</style>
background-color css
<style>
a { background-color: #FF2343; }
a { background-color: rgb(255,35,67); }
div.DivClassName
{
background-color: #FF2343;
}
.BgClassName
{
background-color: #FF2343;
}
</style>
border-color css
<style>
span { border-color: #FF2343; }
span { border-color: rgb(255,35,67); }
td.TdClassName
{
border-color: #FF2343;
}
.TagClassName
{
border-color: #FF2343;
}
</style>