Shades of Torch Red #FF024A
Tints of Torch Red #FF024A
RGB
CMYK
RGB Variations
Color information
#FF024A (or 0xFF024A) is known color: Torch Red. HEX triplet: FF, 02 and 4A. RGB value is (255,2,74). Sum of RGB (Red+Green+Blue) = 255+2+74=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF024A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF024A is #00FDB5. Grayscale: #555555. Windows color (decimal): -64950 or 4850431. OLE color: 4850431.
HSL color Cylindrical-coordinate representation of color #FF024A: hue angle of 342.92º 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 #FF024A is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.71 | 0 |
| HSL | 342.92º | 1% | 0.5% | - |
| HSV(B) | 342.92º | 0.99% | 1% | - |
| XYZ | 42.5 | 21.8 | 8.45 | - |
| YUV | 85.86 | 121.32 | 248.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 74 | 0 | 0.99 | 0.71 | 0 | 342.92 | 1 | 0.5 |
| Hex | FF | 2 | 4A | 0 | 63 | 47 | 0 | 157 | 64 | 32 |
| Octal | 377 | 2 | 112 | 0 | 143 | 107 | 0 | 527 | 144 | 62 |
| Binary | 11111111 | 10 | 1001010 | 0 | 1100011 | 1000111 | 0 | 101010111 | 1100100 | 110010 |
Color Harmonies of #FF024A
Complementary color
Monochromatic Colors of #FF024A
Black with #FF024A
Text Example
Text Example
White with #FF024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF024A; }
p { color: rgb(255,2,74); }
H1.HeaderClassName
{
color: #FF024A;
}
.AnyTagClassName
{
color: #FF024A;
}
</style>
background-color css
<style>
a { background-color: #FF024A; }
a { background-color: rgb(255,2,74); }
div.DivClassName
{
background-color: #FF024A;
}
.BgClassName
{
background-color: #FF024A;
}
</style>
border-color css
<style>
span { border-color: #FF024A; }
span { border-color: rgb(255,2,74); }
td.TdClassName
{
border-color: #FF024A;
}
.TagClassName
{
border-color: #FF024A;
}
</style>