Shades of Torch Red #FF044C
Tints of Torch Red #FF044C
RGB
CMYK
RGB Variations
Color information
#FF044C (or 0xFF044C) is known color: Torch Red. HEX triplet: FF, 04 and 4C. RGB value is (255,4,76). Sum of RGB (Red+Green+Blue) = 255+4+76=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF044C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF044C is #00FBB3. Grayscale: #575757. Windows color (decimal): -64436 or 4982015. OLE color: 4982015.
HSL color Cylindrical-coordinate representation of color #FF044C: hue angle of 342.79º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF044C is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 76 | - |
| CMYK | 0 | 0.98 | 0.70 | 0 |
| HSL | 342.79º | 1% | 0.51% | - |
| HSV(B) | 342.79º | 0.98% | 1% | - |
| XYZ | 42.59 | 21.87 | 8.81 | - |
| YUV | 87.26 | 121.66 | 247.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 76 | 0 | 0.98 | 0.70 | 0 | 342.79 | 1 | 0.51 |
| Hex | FF | 4 | 4C | 0 | 62 | 46 | 0 | 157 | 64 | 33 |
| Octal | 377 | 4 | 114 | 0 | 142 | 106 | 0 | 527 | 144 | 63 |
| Binary | 11111111 | 100 | 1001100 | 0 | 1100010 | 1000110 | 0 | 101010111 | 1100100 | 110011 |
Color Harmonies of #FF044C
Complementary color
Monochromatic Colors of #FF044C
Black with #FF044C
Text Example
Text Example
White with #FF044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF044C; }
p { color: rgb(255,4,76); }
H1.HeaderClassName
{
color: #FF044C;
}
.AnyTagClassName
{
color: #FF044C;
}
</style>
background-color css
<style>
a { background-color: #FF044C; }
a { background-color: rgb(255,4,76); }
div.DivClassName
{
background-color: #FF044C;
}
.BgClassName
{
background-color: #FF044C;
}
</style>
border-color css
<style>
span { border-color: #FF044C; }
span { border-color: rgb(255,4,76); }
td.TdClassName
{
border-color: #FF044C;
}
.TagClassName
{
border-color: #FF044C;
}
</style>