Shades of Torch Red #FF024B
Tints of Torch Red #FF024B
RGB
CMYK
RGB Variations
Color information
#FF024B (or 0xFF024B) is known color: Torch Red. HEX triplet: FF, 02 and 4B. RGB value is (255,2,75). Sum of RGB (Red+Green+Blue) = 255+2+75=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF024B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF024B is #00FDB4. Grayscale: #555555. Windows color (decimal): -64949 or 4915967. OLE color: 4915967.
HSL color Cylindrical-coordinate representation of color #FF024B: hue angle of 342.69º 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 #FF024B is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.71 | 0 |
| HSL | 342.69º | 1% | 0.5% | - |
| HSV(B) | 342.69º | 0.99% | 1% | - |
| XYZ | 42.53 | 21.81 | 8.62 | - |
| YUV | 85.97 | 121.82 | 248.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 75 | 0 | 0.99 | 0.71 | 0 | 342.69 | 1 | 0.5 |
| Hex | FF | 2 | 4B | 0 | 63 | 47 | 0 | 157 | 64 | 32 |
| Octal | 377 | 2 | 113 | 0 | 143 | 107 | 0 | 527 | 144 | 62 |
| Binary | 11111111 | 10 | 1001011 | 0 | 1100011 | 1000111 | 0 | 101010111 | 1100100 | 110010 |
Color Harmonies of #FF024B
Complementary color
Monochromatic Colors of #FF024B
Black with #FF024B
Text Example
Text Example
White with #FF024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF024B; }
p { color: rgb(255,2,75); }
H1.HeaderClassName
{
color: #FF024B;
}
.AnyTagClassName
{
color: #FF024B;
}
</style>
background-color css
<style>
a { background-color: #FF024B; }
a { background-color: rgb(255,2,75); }
div.DivClassName
{
background-color: #FF024B;
}
.BgClassName
{
background-color: #FF024B;
}
</style>
border-color css
<style>
span { border-color: #FF024B; }
span { border-color: rgb(255,2,75); }
td.TdClassName
{
border-color: #FF024B;
}
.TagClassName
{
border-color: #FF024B;
}
</style>