Shades of Torch Red #FF003E
Tints of Torch Red #FF003E
RGB
CMYK
RGB Variations
Color information
#FF003E (or 0xFF003E) is known color: Torch Red. HEX triplet: FF, 00 and 3E. RGB value is (255,0,62). Sum of RGB (Red+Green+Blue) = 255+0+62=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF003E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF003E is #00FFC1. Grayscale: #535353. Windows color (decimal): -65474 or 4063487. OLE color: 4063487.
HSL color Cylindrical-coordinate representation of color #FF003E: hue angle of 345.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF003E is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.76 | 0 |
| HSL | 345.41º | 1% | 0.5% | - |
| HSV(B) | 345.41º | 1% | 1% | - |
| XYZ | 42.11 | 21.61 | 6.51 | - |
| YUV | 83.31 | 115.98 | 250.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 62 | 0 | 1 | 0.76 | 0 | 345.41 | 1 | 0.5 |
| Hex | FF | 0 | 3E | 0 | 64 | 4C | 0 | 159 | 64 | 32 |
| Octal | 377 | 0 | 76 | 0 | 144 | 114 | 0 | 531 | 144 | 62 |
| Binary | 11111111 | 0 | 111110 | 0 | 1100100 | 1001100 | 0 | 101011001 | 1100100 | 110010 |
Color Harmonies of #FF003E
Complementary color
Monochromatic Colors of #FF003E
Black with #FF003E
Text Example
Text Example
White with #FF003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF003E; }
p { color: rgb(255,0,62); }
H1.HeaderClassName
{
color: #FF003E;
}
.AnyTagClassName
{
color: #FF003E;
}
</style>
background-color css
<style>
a { background-color: #FF003E; }
a { background-color: rgb(255,0,62); }
div.DivClassName
{
background-color: #FF003E;
}
.BgClassName
{
background-color: #FF003E;
}
</style>
border-color css
<style>
span { border-color: #FF003E; }
span { border-color: rgb(255,0,62); }
td.TdClassName
{
border-color: #FF003E;
}
.TagClassName
{
border-color: #FF003E;
}
</style>