Shades of Torch Red #FF0334
Tints of Torch Red #FF0334
RGB
CMYK
RGB Variations
Color information
#FF0334 (or 0xFF0334) is known color: Torch Red. HEX triplet: FF, 03 and 34. RGB value is (255,3,52). Sum of RGB (Red+Green+Blue) = 255+3+52=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0334 is #00FCCB. Grayscale: #535353. Windows color (decimal): -64716 or 3408895. OLE color: 3408895.
HSL color Cylindrical-coordinate representation of color #FF0334: hue angle of 348.33º 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 #FF0334 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 52 | - |
| CMYK | 0 | 0.99 | 0.80 | 0 |
| HSL | 348.33º | 1% | 0.51% | - |
| HSV(B) | 348.33º | 0.99% | 1% | - |
| XYZ | 41.89 | 21.57 | 5.2 | - |
| YUV | 83.93 | 109.99 | 250.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 52 | 0 | 0.99 | 0.80 | 0 | 348.33 | 1 | 0.51 |
| Hex | FF | 3 | 34 | 0 | 63 | 50 | 0 | 15C | 64 | 33 |
| Octal | 377 | 3 | 64 | 0 | 143 | 120 | 0 | 534 | 144 | 63 |
| Binary | 11111111 | 11 | 110100 | 0 | 1100011 | 1010000 | 0 | 101011100 | 1100100 | 110011 |
Color Harmonies of #FF0334
Complementary color
Monochromatic Colors of #FF0334
Black with #FF0334
Text Example
Text Example
White with #FF0334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0334; }
p { color: rgb(255,3,52); }
H1.HeaderClassName
{
color: #FF0334;
}
.AnyTagClassName
{
color: #FF0334;
}
</style>
background-color css
<style>
a { background-color: #FF0334; }
a { background-color: rgb(255,3,52); }
div.DivClassName
{
background-color: #FF0334;
}
.BgClassName
{
background-color: #FF0334;
}
</style>
border-color css
<style>
span { border-color: #FF0334; }
span { border-color: rgb(255,3,52); }
td.TdClassName
{
border-color: #FF0334;
}
.TagClassName
{
border-color: #FF0334;
}
</style>