Shades of Torch Red #FF034A
Tints of Torch Red #FF034A
RGB
CMYK
RGB Variations
Color information
#FF034A (or 0xFF034A) is known color: Torch Red. HEX triplet: FF, 03 and 4A. RGB value is (255,3,74). Sum of RGB (Red+Green+Blue) = 255+3+74=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF034A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF034A is #00FCB5. Grayscale: #565656. Windows color (decimal): -64694 or 4850687. OLE color: 4850687.
HSL color Cylindrical-coordinate representation of color #FF034A: hue angle of 343.1º 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 #FF034A is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 74 | - |
| CMYK | 0 | 0.99 | 0.71 | 0 |
| HSL | 343.1º | 1% | 0.51% | - |
| HSV(B) | 343.1º | 0.99% | 1% | - |
| XYZ | 42.51 | 21.82 | 8.45 | - |
| YUV | 86.44 | 120.99 | 248.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 74 | 0 | 0.99 | 0.71 | 0 | 343.1 | 1 | 0.51 |
| Hex | FF | 3 | 4A | 0 | 63 | 47 | 0 | 157 | 64 | 33 |
| Octal | 377 | 3 | 112 | 0 | 143 | 107 | 0 | 527 | 144 | 63 |
| Binary | 11111111 | 11 | 1001010 | 0 | 1100011 | 1000111 | 0 | 101010111 | 1100100 | 110011 |
Color Harmonies of #FF034A
Complementary color
Monochromatic Colors of #FF034A
Black with #FF034A
Text Example
Text Example
White with #FF034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF034A; }
p { color: rgb(255,3,74); }
H1.HeaderClassName
{
color: #FF034A;
}
.AnyTagClassName
{
color: #FF034A;
}
</style>
background-color css
<style>
a { background-color: #FF034A; }
a { background-color: rgb(255,3,74); }
div.DivClassName
{
background-color: #FF034A;
}
.BgClassName
{
background-color: #FF034A;
}
</style>
border-color css
<style>
span { border-color: #FF034A; }
span { border-color: rgb(255,3,74); }
td.TdClassName
{
border-color: #FF034A;
}
.TagClassName
{
border-color: #FF034A;
}
</style>