Shades of Torch Red #FF0D0F
Tints of Torch Red #FF0D0F
RGB
CMYK
RGB Variations
Color information
#FF0D0F (or 0xFF0D0F) is known color: Torch Red. HEX triplet: FF, 0D and 0F. RGB value is (255,13,15). Sum of RGB (Red+Green+Blue) = 255+13+15=283 (37% of max value = 765). Red value is 255 (100% from 255 or 90.11% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0D0F is #00F2F0. Grayscale: #555555. Windows color (decimal): -62193 or 986623. OLE color: 986623.
HSL color Cylindrical-coordinate representation of color #FF0D0F: hue angle of 359.5º 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 #FF0D0F is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 15 | - |
| CMYK | 0 | 0.95 | 0.94 | 0 |
| HSL | 359.5º | 1% | 0.53% | - |
| HSV(B) | 359.5º | 0.95% | 1% | - |
| XYZ | 41.47 | 21.58 | 2.43 | - |
| YUV | 85.59 | 88.17 | 248.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 15 | 0 | 0.95 | 0.94 | 0 | 359.5 | 1 | 0.53 |
| Hex | FF | D | F | 0 | 5F | 5E | 0 | 168 | 64 | 35 |
| Octal | 377 | 15 | 17 | 0 | 137 | 136 | 0 | 550 | 144 | 65 |
| Binary | 11111111 | 1101 | 1111 | 0 | 1011111 | 1011110 | 0 | 101101000 | 1100100 | 110101 |
Color Harmonies of #FF0D0F
Complementary color
Monochromatic Colors of #FF0D0F
Black with #FF0D0F
Text Example
Text Example
White with #FF0D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D0F; }
p { color: rgb(255,13,15); }
H1.HeaderClassName
{
color: #FF0D0F;
}
.AnyTagClassName
{
color: #FF0D0F;
}
</style>
background-color css
<style>
a { background-color: #FF0D0F; }
a { background-color: rgb(255,13,15); }
div.DivClassName
{
background-color: #FF0D0F;
}
.BgClassName
{
background-color: #FF0D0F;
}
</style>
border-color css
<style>
span { border-color: #FF0D0F; }
span { border-color: rgb(255,13,15); }
td.TdClassName
{
border-color: #FF0D0F;
}
.TagClassName
{
border-color: #FF0D0F;
}
</style>