Shades of Torch Red #FF003D
Tints of Torch Red #FF003D
RGB
CMYK
RGB Variations
Color information
#FF003D (or 0xFF003D) is known color: Torch Red. HEX triplet: FF, 00 and 3D. RGB value is (255,0,61). Sum of RGB (Red+Green+Blue) = 255+0+61=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF003D is #00FFC2. Grayscale: #535353. Windows color (decimal): -65475 or 3997951. OLE color: 3997951.
HSL color Cylindrical-coordinate representation of color #FF003D: hue angle of 345.65º 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 #FF003D is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.76 | 0 |
| HSL | 345.65º | 1% | 0.5% | - |
| HSV(B) | 345.65º | 1% | 1% | - |
| XYZ | 42.08 | 21.6 | 6.37 | - |
| YUV | 83.2 | 115.48 | 250.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 61 | 0 | 1 | 0.76 | 0 | 345.65 | 1 | 0.5 |
| Hex | FF | 0 | 3D | 0 | 64 | 4C | 0 | 15A | 64 | 32 |
| Octal | 377 | 0 | 75 | 0 | 144 | 114 | 0 | 532 | 144 | 62 |
| Binary | 11111111 | 0 | 111101 | 0 | 1100100 | 1001100 | 0 | 101011010 | 1100100 | 110010 |
Color Harmonies of #FF003D
Complementary color
Monochromatic Colors of #FF003D
Black with #FF003D
Text Example
Text Example
White with #FF003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF003D; }
p { color: rgb(255,0,61); }
H1.HeaderClassName
{
color: #FF003D;
}
.AnyTagClassName
{
color: #FF003D;
}
</style>
background-color css
<style>
a { background-color: #FF003D; }
a { background-color: rgb(255,0,61); }
div.DivClassName
{
background-color: #FF003D;
}
.BgClassName
{
background-color: #FF003D;
}
</style>
border-color css
<style>
span { border-color: #FF003D; }
span { border-color: rgb(255,0,61); }
td.TdClassName
{
border-color: #FF003D;
}
.TagClassName
{
border-color: #FF003D;
}
</style>