Shades of Torch Red #FF0D41
Tints of Torch Red #FF0D41
RGB
CMYK
RGB Variations
Color information
#FF0D41 (or 0xFF0D41) is known color: Torch Red. HEX triplet: FF, 0D and 41. RGB value is (255,13,65). Sum of RGB (Red+Green+Blue) = 255+13+65=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D41 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0D41 is #00F2BE. Grayscale: #5B5B5B. Windows color (decimal): -62143 or 4263423. OLE color: 4263423.
HSL color Cylindrical-coordinate representation of color #FF0D41: hue angle of 347.11º 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 #FF0D41 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 65 | - |
| CMYK | 0 | 0.95 | 0.75 | 0 |
| HSL | 347.11º | 1% | 0.53% | - |
| HSV(B) | 347.11º | 0.95% | 1% | - |
| XYZ | 42.34 | 21.93 | 7 | - |
| YUV | 91.29 | 113.17 | 244.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 65 | 0 | 0.95 | 0.75 | 0 | 347.11 | 1 | 0.53 |
| Hex | FF | D | 41 | 0 | 5F | 4B | 0 | 15B | 64 | 35 |
| Octal | 377 | 15 | 101 | 0 | 137 | 113 | 0 | 533 | 144 | 65 |
| Binary | 11111111 | 1101 | 1000001 | 0 | 1011111 | 1001011 | 0 | 101011011 | 1100100 | 110101 |
Color Harmonies of #FF0D41
Complementary color
Monochromatic Colors of #FF0D41
Black with #FF0D41
Text Example
Text Example
White with #FF0D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D41; }
p { color: rgb(255,13,65); }
H1.HeaderClassName
{
color: #FF0D41;
}
.AnyTagClassName
{
color: #FF0D41;
}
</style>
background-color css
<style>
a { background-color: #FF0D41; }
a { background-color: rgb(255,13,65); }
div.DivClassName
{
background-color: #FF0D41;
}
.BgClassName
{
background-color: #FF0D41;
}
</style>
border-color css
<style>
span { border-color: #FF0D41; }
span { border-color: rgb(255,13,65); }
td.TdClassName
{
border-color: #FF0D41;
}
.TagClassName
{
border-color: #FF0D41;
}
</style>