Shades of Torch Red #FF2045
Tints of Torch Red #FF2045
RGB
CMYK
RGB Variations
Color information
#FF2045 (or 0xFF2045) is known color: Torch Red. HEX triplet: FF, 20 and 45. RGB value is (255,32,69). Sum of RGB (Red+Green+Blue) = 255+32+69=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2045 is #00DFBA. Grayscale: #666666. Windows color (decimal): -57275 or 4530431. OLE color: 4530431.
HSL color Cylindrical-coordinate representation of color #FF2045: hue angle of 350.04º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2045 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 69 | - |
| CMYK | 0 | 0.87 | 0.73 | 0 |
| HSL | 350.04º | 1% | 0.56% | - |
| HSV(B) | 350.04º | 0.87% | 1% | - |
| XYZ | 42.83 | 22.72 | 7.76 | - |
| YUV | 102.9 | 108.88 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 69 | 0 | 0.87 | 0.73 | 0 | 350.04 | 1 | 0.56 |
| Hex | FF | 20 | 45 | 0 | 57 | 49 | 0 | 15E | 64 | 38 |
| Octal | 377 | 40 | 105 | 0 | 127 | 111 | 0 | 536 | 144 | 70 |
| Binary | 11111111 | 100000 | 1000101 | 0 | 1010111 | 1001001 | 0 | 101011110 | 1100100 | 111000 |
Color Harmonies of #FF2045
Complementary color
Monochromatic Colors of #FF2045
Black with #FF2045
Text Example
Text Example
White with #FF2045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2045; }
p { color: rgb(255,32,69); }
H1.HeaderClassName
{
color: #FF2045;
}
.AnyTagClassName
{
color: #FF2045;
}
</style>
background-color css
<style>
a { background-color: #FF2045; }
a { background-color: rgb(255,32,69); }
div.DivClassName
{
background-color: #FF2045;
}
.BgClassName
{
background-color: #FF2045;
}
</style>
border-color css
<style>
span { border-color: #FF2045; }
span { border-color: rgb(255,32,69); }
td.TdClassName
{
border-color: #FF2045;
}
.TagClassName
{
border-color: #FF2045;
}
</style>