Shades of Torch Red #FF032D
Tints of Torch Red #FF032D
RGB
CMYK
RGB Variations
Color information
#FF032D (or 0xFF032D) is known color: Torch Red. HEX triplet: FF, 03 and 2D. RGB value is (255,3,45). Sum of RGB (Red+Green+Blue) = 255+3+45=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF032D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF032D is #00FCD2. Grayscale: #535353. Windows color (decimal): -64723 or 2950143. OLE color: 2950143.
HSL color Cylindrical-coordinate representation of color #FF032D: hue angle of 350º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF032D is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 45 | - |
| CMYK | 0 | 0.99 | 0.82 | 0 |
| HSL | 350º | 1% | 0.51% | - |
| HSV(B) | 350º | 0.99% | 1% | - |
| XYZ | 41.75 | 21.51 | 4.44 | - |
| YUV | 83.14 | 106.49 | 250.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 45 | 0 | 0.99 | 0.82 | 0 | 350 | 1 | 0.51 |
| Hex | FF | 3 | 2D | 0 | 63 | 52 | 0 | 15E | 64 | 33 |
| Octal | 377 | 3 | 55 | 0 | 143 | 122 | 0 | 536 | 144 | 63 |
| Binary | 11111111 | 11 | 101101 | 0 | 1100011 | 1010010 | 0 | 101011110 | 1100100 | 110011 |
Color Harmonies of #FF032D
Complementary color
Monochromatic Colors of #FF032D
Black with #FF032D
Text Example
Text Example
White with #FF032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF032D; }
p { color: rgb(255,3,45); }
H1.HeaderClassName
{
color: #FF032D;
}
.AnyTagClassName
{
color: #FF032D;
}
</style>
background-color css
<style>
a { background-color: #FF032D; }
a { background-color: rgb(255,3,45); }
div.DivClassName
{
background-color: #FF032D;
}
.BgClassName
{
background-color: #FF032D;
}
</style>
border-color css
<style>
span { border-color: #FF032D; }
span { border-color: rgb(255,3,45); }
td.TdClassName
{
border-color: #FF032D;
}
.TagClassName
{
border-color: #FF032D;
}
</style>