Shades of Torch Red #FF0D43
Tints of Torch Red #FF0D43
RGB
CMYK
RGB Variations
Color information
#FF0D43 (or 0xFF0D43) is known color: Torch Red. HEX triplet: FF, 0D and 43. RGB value is (255,13,67). Sum of RGB (Red+Green+Blue) = 255+13+67=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D43 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0D43 is #00F2BC. Grayscale: #5B5B5B. Windows color (decimal): -62141 or 4394495. OLE color: 4394495.
HSL color Cylindrical-coordinate representation of color #FF0D43: hue angle of 346.61º 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 #FF0D43 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 67 | - |
| CMYK | 0 | 0.95 | 0.74 | 0 |
| HSL | 346.61º | 1% | 0.53% | - |
| HSV(B) | 346.61º | 0.95% | 1% | - |
| XYZ | 42.4 | 21.95 | 7.31 | - |
| YUV | 91.51 | 114.17 | 244.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 67 | 0 | 0.95 | 0.74 | 0 | 346.61 | 1 | 0.53 |
| Hex | FF | D | 43 | 0 | 5F | 4A | 0 | 15B | 64 | 35 |
| Octal | 377 | 15 | 103 | 0 | 137 | 112 | 0 | 533 | 144 | 65 |
| Binary | 11111111 | 1101 | 1000011 | 0 | 1011111 | 1001010 | 0 | 101011011 | 1100100 | 110101 |
Color Harmonies of #FF0D43
Complementary color
Monochromatic Colors of #FF0D43
Black with #FF0D43
Text Example
Text Example
White with #FF0D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D43; }
p { color: rgb(255,13,67); }
H1.HeaderClassName
{
color: #FF0D43;
}
.AnyTagClassName
{
color: #FF0D43;
}
</style>
background-color css
<style>
a { background-color: #FF0D43; }
a { background-color: rgb(255,13,67); }
div.DivClassName
{
background-color: #FF0D43;
}
.BgClassName
{
background-color: #FF0D43;
}
</style>
border-color css
<style>
span { border-color: #FF0D43; }
span { border-color: rgb(255,13,67); }
td.TdClassName
{
border-color: #FF0D43;
}
.TagClassName
{
border-color: #FF0D43;
}
</style>