Shades of Torch Red #FF034B
Tints of Torch Red #FF034B
RGB
CMYK
RGB Variations
Color information
#FF034B (or 0xFF034B) is known color: Torch Red. HEX triplet: FF, 03 and 4B. RGB value is (255,3,75). Sum of RGB (Red+Green+Blue) = 255+3+75=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF034B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF034B is #00FCB4. Grayscale: #565656. Windows color (decimal): -64693 or 4916223. OLE color: 4916223.
HSL color Cylindrical-coordinate representation of color #FF034B: hue angle of 342.86º 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 #FF034B is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 75 | - |
| CMYK | 0 | 0.99 | 0.71 | 0 |
| HSL | 342.86º | 1% | 0.51% | - |
| HSV(B) | 342.86º | 0.99% | 1% | - |
| XYZ | 42.54 | 21.83 | 8.63 | - |
| YUV | 86.56 | 121.49 | 248.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 75 | 0 | 0.99 | 0.71 | 0 | 342.86 | 1 | 0.51 |
| Hex | FF | 3 | 4B | 0 | 63 | 47 | 0 | 157 | 64 | 33 |
| Octal | 377 | 3 | 113 | 0 | 143 | 107 | 0 | 527 | 144 | 63 |
| Binary | 11111111 | 11 | 1001011 | 0 | 1100011 | 1000111 | 0 | 101010111 | 1100100 | 110011 |
Color Harmonies of #FF034B
Complementary color
Monochromatic Colors of #FF034B
Black with #FF034B
Text Example
Text Example
White with #FF034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF034B; }
p { color: rgb(255,3,75); }
H1.HeaderClassName
{
color: #FF034B;
}
.AnyTagClassName
{
color: #FF034B;
}
</style>
background-color css
<style>
a { background-color: #FF034B; }
a { background-color: rgb(255,3,75); }
div.DivClassName
{
background-color: #FF034B;
}
.BgClassName
{
background-color: #FF034B;
}
</style>
border-color css
<style>
span { border-color: #FF034B; }
span { border-color: rgb(255,3,75); }
td.TdClassName
{
border-color: #FF034B;
}
.TagClassName
{
border-color: #FF034B;
}
</style>