Shades of Torch Red #FF2645
Tints of Torch Red #FF2645
RGB
CMYK
RGB Variations
Color information
#FF2645 (or 0xFF2645) is known color: Torch Red. HEX triplet: FF, 26 and 45. RGB value is (255,38,69). Sum of RGB (Red+Green+Blue) = 255+38+69=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2645 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2645 is #00D9BA. Grayscale: #6A6A6A. Windows color (decimal): -55739 or 4531967. OLE color: 4531967.
HSL color Cylindrical-coordinate representation of color #FF2645: hue angle of 351.43º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2645 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 69 | - |
| CMYK | 0 | 0.85 | 0.73 | 0 |
| HSL | 351.43º | 1% | 0.57% | - |
| HSV(B) | 351.43º | 0.85% | 1% | - |
| XYZ | 43.01 | 23.08 | 7.82 | - |
| YUV | 106.42 | 106.89 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 69 | 0 | 0.85 | 0.73 | 0 | 351.43 | 1 | 0.57 |
| Hex | FF | 26 | 45 | 0 | 55 | 49 | 0 | 15F | 64 | 39 |
| Octal | 377 | 46 | 105 | 0 | 125 | 111 | 0 | 537 | 144 | 71 |
| Binary | 11111111 | 100110 | 1000101 | 0 | 1010101 | 1001001 | 0 | 101011111 | 1100100 | 111001 |
Color Harmonies of #FF2645
Complementary color
Monochromatic Colors of #FF2645
Black with #FF2645
Text Example
Text Example
White with #FF2645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2645; }
p { color: rgb(255,38,69); }
H1.HeaderClassName
{
color: #FF2645;
}
.AnyTagClassName
{
color: #FF2645;
}
</style>
background-color css
<style>
a { background-color: #FF2645; }
a { background-color: rgb(255,38,69); }
div.DivClassName
{
background-color: #FF2645;
}
.BgClassName
{
background-color: #FF2645;
}
</style>
border-color css
<style>
span { border-color: #FF2645; }
span { border-color: rgb(255,38,69); }
td.TdClassName
{
border-color: #FF2645;
}
.TagClassName
{
border-color: #FF2645;
}
</style>