Shades of Torch Red #FF0D44
Tints of Torch Red #FF0D44
RGB
CMYK
RGB Variations
Color information
#FF0D44 (or 0xFF0D44) is known color: Torch Red. HEX triplet: FF, 0D and 44. RGB value is (255,13,68). Sum of RGB (Red+Green+Blue) = 255+13+68=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0D44 is #00F2BB. Grayscale: #5B5B5B. Windows color (decimal): -62140 or 4460031. OLE color: 4460031.
HSL color Cylindrical-coordinate representation of color #FF0D44: hue angle of 346.36º 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 #FF0D44 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 68 | - |
| CMYK | 0 | 0.95 | 0.73 | 0 |
| HSL | 346.36º | 1% | 0.53% | - |
| HSV(B) | 346.36º | 0.95% | 1% | - |
| XYZ | 42.43 | 21.97 | 7.47 | - |
| YUV | 91.63 | 114.67 | 244.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 68 | 0 | 0.95 | 0.73 | 0 | 346.36 | 1 | 0.53 |
| Hex | FF | D | 44 | 0 | 5F | 49 | 0 | 15A | 64 | 35 |
| Octal | 377 | 15 | 104 | 0 | 137 | 111 | 0 | 532 | 144 | 65 |
| Binary | 11111111 | 1101 | 1000100 | 0 | 1011111 | 1001001 | 0 | 101011010 | 1100100 | 110101 |
Color Harmonies of #FF0D44
Complementary color
Monochromatic Colors of #FF0D44
Black with #FF0D44
Text Example
Text Example
White with #FF0D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D44; }
p { color: rgb(255,13,68); }
H1.HeaderClassName
{
color: #FF0D44;
}
.AnyTagClassName
{
color: #FF0D44;
}
</style>
background-color css
<style>
a { background-color: #FF0D44; }
a { background-color: rgb(255,13,68); }
div.DivClassName
{
background-color: #FF0D44;
}
.BgClassName
{
background-color: #FF0D44;
}
</style>
border-color css
<style>
span { border-color: #FF0D44; }
span { border-color: rgb(255,13,68); }
td.TdClassName
{
border-color: #FF0D44;
}
.TagClassName
{
border-color: #FF0D44;
}
</style>