Shades of Torch Red #FF0D3F
Tints of Torch Red #FF0D3F
RGB
CMYK
RGB Variations
Color information
#FF0D3F (or 0xFF0D3F) is known color: Torch Red. HEX triplet: FF, 0D and 3F. RGB value is (255,13,63). Sum of RGB (Red+Green+Blue) = 255+13+63=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D3F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0D3F is #00F2C0. Grayscale: #5B5B5B. Windows color (decimal): -62145 or 4132351. OLE color: 4132351.
HSL color Cylindrical-coordinate representation of color #FF0D3F: hue angle of 347.6º 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 #FF0D3F is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 63 | - |
| CMYK | 0 | 0.95 | 0.75 | 0 |
| HSL | 347.6º | 1% | 0.53% | - |
| HSV(B) | 347.6º | 0.95% | 1% | - |
| XYZ | 42.28 | 21.91 | 6.7 | - |
| YUV | 91.06 | 112.17 | 244.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 63 | 0 | 0.95 | 0.75 | 0 | 347.6 | 1 | 0.53 |
| Hex | FF | D | 3F | 0 | 5F | 4B | 0 | 15C | 64 | 35 |
| Octal | 377 | 15 | 77 | 0 | 137 | 113 | 0 | 534 | 144 | 65 |
| Binary | 11111111 | 1101 | 111111 | 0 | 1011111 | 1001011 | 0 | 101011100 | 1100100 | 110101 |
Color Harmonies of #FF0D3F
Complementary color
Monochromatic Colors of #FF0D3F
Black with #FF0D3F
Text Example
Text Example
White with #FF0D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D3F; }
p { color: rgb(255,13,63); }
H1.HeaderClassName
{
color: #FF0D3F;
}
.AnyTagClassName
{
color: #FF0D3F;
}
</style>
background-color css
<style>
a { background-color: #FF0D3F; }
a { background-color: rgb(255,13,63); }
div.DivClassName
{
background-color: #FF0D3F;
}
.BgClassName
{
background-color: #FF0D3F;
}
</style>
border-color css
<style>
span { border-color: #FF0D3F; }
span { border-color: rgb(255,13,63); }
td.TdClassName
{
border-color: #FF0D3F;
}
.TagClassName
{
border-color: #FF0D3F;
}
</style>