Shades of Torch Red #FF2032
Tints of Torch Red #FF2032
RGB
CMYK
RGB Variations
Color information
#FF2032 (or 0xFF2032) is known color: Torch Red. HEX triplet: FF, 20 and 32. RGB value is (255,32,50). Sum of RGB (Red+Green+Blue) = 255+32+50=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2032 is #00DFCD. Grayscale: #646464. Windows color (decimal): -57294 or 3285247. OLE color: 3285247.
HSL color Cylindrical-coordinate representation of color #FF2032: hue angle of 355.16º 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 #FF2032 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 50 | - |
| CMYK | 0 | 0.87 | 0.80 | 0 |
| HSL | 355.16º | 1% | 0.56% | - |
| HSV(B) | 355.16º | 0.87% | 1% | - |
| XYZ | 42.33 | 22.52 | 5.13 | - |
| YUV | 100.73 | 99.38 | 238.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 50 | 0 | 0.87 | 0.80 | 0 | 355.16 | 1 | 0.56 |
| Hex | FF | 20 | 32 | 0 | 57 | 50 | 0 | 163 | 64 | 38 |
| Octal | 377 | 40 | 62 | 0 | 127 | 120 | 0 | 543 | 144 | 70 |
| Binary | 11111111 | 100000 | 110010 | 0 | 1010111 | 1010000 | 0 | 101100011 | 1100100 | 111000 |
Color Harmonies of #FF2032
Complementary color
Monochromatic Colors of #FF2032
Black with #FF2032
Text Example
Text Example
White with #FF2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2032; }
p { color: rgb(255,32,50); }
H1.HeaderClassName
{
color: #FF2032;
}
.AnyTagClassName
{
color: #FF2032;
}
</style>
background-color css
<style>
a { background-color: #FF2032; }
a { background-color: rgb(255,32,50); }
div.DivClassName
{
background-color: #FF2032;
}
.BgClassName
{
background-color: #FF2032;
}
</style>
border-color css
<style>
span { border-color: #FF2032; }
span { border-color: rgb(255,32,50); }
td.TdClassName
{
border-color: #FF2032;
}
.TagClassName
{
border-color: #FF2032;
}
</style>