Shades of Torch Red #FF033D
Tints of Torch Red #FF033D
RGB
CMYK
RGB Variations
Color information
#FF033D (or 0xFF033D) is known color: Torch Red. HEX triplet: FF, 03 and 3D. RGB value is (255,3,61). Sum of RGB (Red+Green+Blue) = 255+3+61=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF033D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF033D is #00FCC2. Grayscale: #545454. Windows color (decimal): -64707 or 3998719. OLE color: 3998719.
HSL color Cylindrical-coordinate representation of color #FF033D: hue angle of 346.19º 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 #FF033D is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 61 | - |
| CMYK | 0 | 0.99 | 0.76 | 0 |
| HSL | 346.19º | 1% | 0.51% | - |
| HSV(B) | 346.19º | 0.99% | 1% | - |
| XYZ | 42.11 | 21.66 | 6.38 | - |
| YUV | 84.96 | 114.49 | 249.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 61 | 0 | 0.99 | 0.76 | 0 | 346.19 | 1 | 0.51 |
| Hex | FF | 3 | 3D | 0 | 63 | 4C | 0 | 15A | 64 | 33 |
| Octal | 377 | 3 | 75 | 0 | 143 | 114 | 0 | 532 | 144 | 63 |
| Binary | 11111111 | 11 | 111101 | 0 | 1100011 | 1001100 | 0 | 101011010 | 1100100 | 110011 |
Color Harmonies of #FF033D
Complementary color
Monochromatic Colors of #FF033D
Black with #FF033D
Text Example
Text Example
White with #FF033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF033D; }
p { color: rgb(255,3,61); }
H1.HeaderClassName
{
color: #FF033D;
}
.AnyTagClassName
{
color: #FF033D;
}
</style>
background-color css
<style>
a { background-color: #FF033D; }
a { background-color: rgb(255,3,61); }
div.DivClassName
{
background-color: #FF033D;
}
.BgClassName
{
background-color: #FF033D;
}
</style>
border-color css
<style>
span { border-color: #FF033D; }
span { border-color: rgb(255,3,61); }
td.TdClassName
{
border-color: #FF033D;
}
.TagClassName
{
border-color: #FF033D;
}
</style>