Shades of Torch Red #FF0D3E
Tints of Torch Red #FF0D3E
RGB
CMYK
RGB Variations
Color information
#FF0D3E (or 0xFF0D3E) is known color: Torch Red. HEX triplet: FF, 0D and 3E. RGB value is (255,13,62). Sum of RGB (Red+Green+Blue) = 255+13+62=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0D3E is #00F2C1. Grayscale: #5A5A5A. Windows color (decimal): -62146 or 4066815. OLE color: 4066815.
HSL color Cylindrical-coordinate representation of color #FF0D3E: hue angle of 347.85º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0D3E is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 62 | - |
| CMYK | 0 | 0.95 | 0.76 | 0 |
| HSL | 347.85º | 1% | 0.53% | - |
| HSV(B) | 347.85º | 0.95% | 1% | - |
| XYZ | 42.25 | 21.9 | 6.56 | - |
| YUV | 90.94 | 111.67 | 245.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 62 | 0 | 0.95 | 0.76 | 0 | 347.85 | 1 | 0.53 |
| Hex | FF | D | 3E | 0 | 5F | 4C | 0 | 15C | 64 | 35 |
| Octal | 377 | 15 | 76 | 0 | 137 | 114 | 0 | 534 | 144 | 65 |
| Binary | 11111111 | 1101 | 111110 | 0 | 1011111 | 1001100 | 0 | 101011100 | 1100100 | 110101 |
Color Harmonies of #FF0D3E
Complementary color
Monochromatic Colors of #FF0D3E
Black with #FF0D3E
Text Example
Text Example
White with #FF0D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D3E; }
p { color: rgb(255,13,62); }
H1.HeaderClassName
{
color: #FF0D3E;
}
.AnyTagClassName
{
color: #FF0D3E;
}
</style>
background-color css
<style>
a { background-color: #FF0D3E; }
a { background-color: rgb(255,13,62); }
div.DivClassName
{
background-color: #FF0D3E;
}
.BgClassName
{
background-color: #FF0D3E;
}
</style>
border-color css
<style>
span { border-color: #FF0D3E; }
span { border-color: rgb(255,13,62); }
td.TdClassName
{
border-color: #FF0D3E;
}
.TagClassName
{
border-color: #FF0D3E;
}
</style>