Shades of Torch Red #FF2345
Tints of Torch Red #FF2345
RGB
CMYK
RGB Variations
Color information
#FF2345 (or 0xFF2345) is known color: Torch Red. HEX triplet: FF, 23 and 45. RGB value is (255,35,69). Sum of RGB (Red+Green+Blue) = 255+35+69=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2345 is #00DCBA. Grayscale: #686868. Windows color (decimal): -56507 or 4531199. OLE color: 4531199.
HSL color Cylindrical-coordinate representation of color #FF2345: hue angle of 350.73º 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 #FF2345 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 69 | - |
| CMYK | 0 | 0.86 | 0.73 | 0 |
| HSL | 350.73º | 1% | 0.57% | - |
| HSV(B) | 350.73º | 0.86% | 1% | - |
| XYZ | 42.92 | 22.89 | 7.79 | - |
| YUV | 104.66 | 107.89 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 69 | 0 | 0.86 | 0.73 | 0 | 350.73 | 1 | 0.57 |
| Hex | FF | 23 | 45 | 0 | 56 | 49 | 0 | 15F | 64 | 39 |
| Octal | 377 | 43 | 105 | 0 | 126 | 111 | 0 | 537 | 144 | 71 |
| Binary | 11111111 | 100011 | 1000101 | 0 | 1010110 | 1001001 | 0 | 101011111 | 1100100 | 111001 |
Color Harmonies of #FF2345
Complementary color
Monochromatic Colors of #FF2345
Black with #FF2345
Text Example
Text Example
White with #FF2345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2345; }
p { color: rgb(255,35,69); }
H1.HeaderClassName
{
color: #FF2345;
}
.AnyTagClassName
{
color: #FF2345;
}
</style>
background-color css
<style>
a { background-color: #FF2345; }
a { background-color: rgb(255,35,69); }
div.DivClassName
{
background-color: #FF2345;
}
.BgClassName
{
background-color: #FF2345;
}
</style>
border-color css
<style>
span { border-color: #FF2345; }
span { border-color: rgb(255,35,69); }
td.TdClassName
{
border-color: #FF2345;
}
.TagClassName
{
border-color: #FF2345;
}
</style>