Shades of Torch Red #FF024C
Tints of Torch Red #FF024C
RGB
CMYK
RGB Variations
Color information
#FF024C (or 0xFF024C) is known color: Torch Red. HEX triplet: FF, 02 and 4C. RGB value is (255,2,76). Sum of RGB (Red+Green+Blue) = 255+2+76=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF024C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF024C is #00FDB3. Grayscale: #565656. Windows color (decimal): -64948 or 4981503. OLE color: 4981503.
HSL color Cylindrical-coordinate representation of color #FF024C: hue angle of 342.45º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF024C is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.70 | 0 |
| HSL | 342.45º | 1% | 0.5% | - |
| HSV(B) | 342.45º | 0.99% | 1% | - |
| XYZ | 42.57 | 21.83 | 8.81 | - |
| YUV | 86.08 | 122.32 | 248.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 76 | 0 | 0.99 | 0.70 | 0 | 342.45 | 1 | 0.5 |
| Hex | FF | 2 | 4C | 0 | 63 | 46 | 0 | 156 | 64 | 32 |
| Octal | 377 | 2 | 114 | 0 | 143 | 106 | 0 | 526 | 144 | 62 |
| Binary | 11111111 | 10 | 1001100 | 0 | 1100011 | 1000110 | 0 | 101010110 | 1100100 | 110010 |
Color Harmonies of #FF024C
Complementary color
Monochromatic Colors of #FF024C
Black with #FF024C
Text Example
Text Example
White with #FF024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF024C; }
p { color: rgb(255,2,76); }
H1.HeaderClassName
{
color: #FF024C;
}
.AnyTagClassName
{
color: #FF024C;
}
</style>
background-color css
<style>
a { background-color: #FF024C; }
a { background-color: rgb(255,2,76); }
div.DivClassName
{
background-color: #FF024C;
}
.BgClassName
{
background-color: #FF024C;
}
</style>
border-color css
<style>
span { border-color: #FF024C; }
span { border-color: rgb(255,2,76); }
td.TdClassName
{
border-color: #FF024C;
}
.TagClassName
{
border-color: #FF024C;
}
</style>