Shades of Torch Red #FF0D34
Tints of Torch Red #FF0D34
RGB
CMYK
RGB Variations
Color information
#FF0D34 (or 0xFF0D34) is known color: Torch Red. HEX triplet: FF, 0D and 34. RGB value is (255,13,52). Sum of RGB (Red+Green+Blue) = 255+13+52=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D34 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0D34 is #00F2CB. Grayscale: #595959. Windows color (decimal): -62156 or 3411455. OLE color: 3411455.
HSL color Cylindrical-coordinate representation of color #FF0D34: hue angle of 350.33º 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 #FF0D34 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 52 | - |
| CMYK | 0 | 0.95 | 0.80 | 0 |
| HSL | 350.33º | 1% | 0.53% | - |
| HSV(B) | 350.33º | 0.95% | 1% | - |
| XYZ | 42 | 21.8 | 5.24 | - |
| YUV | 89.8 | 106.67 | 245.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 52 | 0 | 0.95 | 0.80 | 0 | 350.33 | 1 | 0.53 |
| Hex | FF | D | 34 | 0 | 5F | 50 | 0 | 15E | 64 | 35 |
| Octal | 377 | 15 | 64 | 0 | 137 | 120 | 0 | 536 | 144 | 65 |
| Binary | 11111111 | 1101 | 110100 | 0 | 1011111 | 1010000 | 0 | 101011110 | 1100100 | 110101 |
Color Harmonies of #FF0D34
Complementary color
Monochromatic Colors of #FF0D34
Black with #FF0D34
Text Example
Text Example
White with #FF0D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D34; }
p { color: rgb(255,13,52); }
H1.HeaderClassName
{
color: #FF0D34;
}
.AnyTagClassName
{
color: #FF0D34;
}
</style>
background-color css
<style>
a { background-color: #FF0D34; }
a { background-color: rgb(255,13,52); }
div.DivClassName
{
background-color: #FF0D34;
}
.BgClassName
{
background-color: #FF0D34;
}
</style>
border-color css
<style>
span { border-color: #FF0D34; }
span { border-color: rgb(255,13,52); }
td.TdClassName
{
border-color: #FF0D34;
}
.TagClassName
{
border-color: #FF0D34;
}
</style>