Shades of Torch Red #FF2445
Tints of Torch Red #FF2445
RGB
CMYK
RGB Variations
Color information
#FF2445 (or 0xFF2445) is known color: Torch Red. HEX triplet: FF, 24 and 45. RGB value is (255,36,69). Sum of RGB (Red+Green+Blue) = 255+36+69=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2445 is #00DBBA. Grayscale: #696969. Windows color (decimal): -56251 or 4531455. OLE color: 4531455.
HSL color Cylindrical-coordinate representation of color #FF2445: hue angle of 350.96º 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 #FF2445 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 69 | - |
| CMYK | 0 | 0.86 | 0.73 | 0 |
| HSL | 350.96º | 1% | 0.57% | - |
| HSV(B) | 350.96º | 0.86% | 1% | - |
| XYZ | 42.95 | 22.95 | 7.8 | - |
| YUV | 105.24 | 107.55 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 69 | 0 | 0.86 | 0.73 | 0 | 350.96 | 1 | 0.57 |
| Hex | FF | 24 | 45 | 0 | 56 | 49 | 0 | 15F | 64 | 39 |
| Octal | 377 | 44 | 105 | 0 | 126 | 111 | 0 | 537 | 144 | 71 |
| Binary | 11111111 | 100100 | 1000101 | 0 | 1010110 | 1001001 | 0 | 101011111 | 1100100 | 111001 |
Color Harmonies of #FF2445
Complementary color
Monochromatic Colors of #FF2445
Black with #FF2445
Text Example
Text Example
White with #FF2445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2445; }
p { color: rgb(255,36,69); }
H1.HeaderClassName
{
color: #FF2445;
}
.AnyTagClassName
{
color: #FF2445;
}
</style>
background-color css
<style>
a { background-color: #FF2445; }
a { background-color: rgb(255,36,69); }
div.DivClassName
{
background-color: #FF2445;
}
.BgClassName
{
background-color: #FF2445;
}
</style>
border-color css
<style>
span { border-color: #FF2445; }
span { border-color: rgb(255,36,69); }
td.TdClassName
{
border-color: #FF2445;
}
.TagClassName
{
border-color: #FF2445;
}
</style>