Shades of Torch Red #FF033C
Tints of Torch Red #FF033C
RGB
CMYK
RGB Variations
Color information
#FF033C (or 0xFF033C) is known color: Torch Red. HEX triplet: FF, 03 and 3C. RGB value is (255,3,60). Sum of RGB (Red+Green+Blue) = 255+3+60=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF033C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF033C is #00FCC3. Grayscale: #545454. Windows color (decimal): -64708 or 3933183. OLE color: 3933183.
HSL color Cylindrical-coordinate representation of color #FF033C: hue angle of 346.43º 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 #FF033C is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 60 | - |
| CMYK | 0 | 0.99 | 0.76 | 0 |
| HSL | 346.43º | 1% | 0.51% | - |
| HSV(B) | 346.43º | 0.99% | 1% | - |
| XYZ | 42.09 | 21.65 | 6.24 | - |
| YUV | 84.85 | 113.99 | 249.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 60 | 0 | 0.99 | 0.76 | 0 | 346.43 | 1 | 0.51 |
| Hex | FF | 3 | 3C | 0 | 63 | 4C | 0 | 15A | 64 | 33 |
| Octal | 377 | 3 | 74 | 0 | 143 | 114 | 0 | 532 | 144 | 63 |
| Binary | 11111111 | 11 | 111100 | 0 | 1100011 | 1001100 | 0 | 101011010 | 1100100 | 110011 |
Color Harmonies of #FF033C
Complementary color
Monochromatic Colors of #FF033C
Black with #FF033C
Text Example
Text Example
White with #FF033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF033C; }
p { color: rgb(255,3,60); }
H1.HeaderClassName
{
color: #FF033C;
}
.AnyTagClassName
{
color: #FF033C;
}
</style>
background-color css
<style>
a { background-color: #FF033C; }
a { background-color: rgb(255,3,60); }
div.DivClassName
{
background-color: #FF033C;
}
.BgClassName
{
background-color: #FF033C;
}
</style>
border-color css
<style>
span { border-color: #FF033C; }
span { border-color: rgb(255,3,60); }
td.TdClassName
{
border-color: #FF033C;
}
.TagClassName
{
border-color: #FF033C;
}
</style>