Shades of Torch Red #FF034C
Tints of Torch Red #FF034C
RGB
CMYK
RGB Variations
Color information
#FF034C (or 0xFF034C) is known color: Torch Red. HEX triplet: FF, 03 and 4C. RGB value is (255,3,76). Sum of RGB (Red+Green+Blue) = 255+3+76=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF034C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF034C is #00FCB3. Grayscale: #565656. Windows color (decimal): -64692 or 4981759. OLE color: 4981759.
HSL color Cylindrical-coordinate representation of color #FF034C: hue angle of 342.62º 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 #FF034C is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 76 | - |
| CMYK | 0 | 0.99 | 0.70 | 0 |
| HSL | 342.62º | 1% | 0.51% | - |
| HSV(B) | 342.62º | 0.99% | 1% | - |
| XYZ | 42.58 | 21.85 | 8.81 | - |
| YUV | 86.67 | 121.99 | 248.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 76 | 0 | 0.99 | 0.70 | 0 | 342.62 | 1 | 0.51 |
| Hex | FF | 3 | 4C | 0 | 63 | 46 | 0 | 157 | 64 | 33 |
| Octal | 377 | 3 | 114 | 0 | 143 | 106 | 0 | 527 | 144 | 63 |
| Binary | 11111111 | 11 | 1001100 | 0 | 1100011 | 1000110 | 0 | 101010111 | 1100100 | 110011 |
Color Harmonies of #FF034C
Complementary color
Monochromatic Colors of #FF034C
Black with #FF034C
Text Example
Text Example
White with #FF034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF034C; }
p { color: rgb(255,3,76); }
H1.HeaderClassName
{
color: #FF034C;
}
.AnyTagClassName
{
color: #FF034C;
}
</style>
background-color css
<style>
a { background-color: #FF034C; }
a { background-color: rgb(255,3,76); }
div.DivClassName
{
background-color: #FF034C;
}
.BgClassName
{
background-color: #FF034C;
}
</style>
border-color css
<style>
span { border-color: #FF034C; }
span { border-color: rgb(255,3,76); }
td.TdClassName
{
border-color: #FF034C;
}
.TagClassName
{
border-color: #FF034C;
}
</style>