Shades of Torch Red #FF0D2F
Tints of Torch Red #FF0D2F
RGB
CMYK
RGB Variations
Color information
#FF0D2F (or 0xFF0D2F) is known color: Torch Red. HEX triplet: FF, 0D and 2F. RGB value is (255,13,47). Sum of RGB (Red+Green+Blue) = 255+13+47=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0D2F is #00F2D0. Grayscale: #595959. Windows color (decimal): -62161 or 3083775. OLE color: 3083775.
HSL color Cylindrical-coordinate representation of color #FF0D2F: hue angle of 351.57º 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 #FF0D2F is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 47 | - |
| CMYK | 0 | 0.95 | 0.82 | 0 |
| HSL | 351.57º | 1% | 0.53% | - |
| HSV(B) | 351.57º | 0.95% | 1% | - |
| XYZ | 41.9 | 21.75 | 4.68 | - |
| YUV | 89.23 | 104.17 | 246.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 47 | 0 | 0.95 | 0.82 | 0 | 351.57 | 1 | 0.53 |
| Hex | FF | D | 2F | 0 | 5F | 52 | 0 | 160 | 64 | 35 |
| Octal | 377 | 15 | 57 | 0 | 137 | 122 | 0 | 540 | 144 | 65 |
| Binary | 11111111 | 1101 | 101111 | 0 | 1011111 | 1010010 | 0 | 101100000 | 1100100 | 110101 |
Color Harmonies of #FF0D2F
Complementary color
Monochromatic Colors of #FF0D2F
Black with #FF0D2F
Text Example
Text Example
White with #FF0D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D2F; }
p { color: rgb(255,13,47); }
H1.HeaderClassName
{
color: #FF0D2F;
}
.AnyTagClassName
{
color: #FF0D2F;
}
</style>
background-color css
<style>
a { background-color: #FF0D2F; }
a { background-color: rgb(255,13,47); }
div.DivClassName
{
background-color: #FF0D2F;
}
.BgClassName
{
background-color: #FF0D2F;
}
</style>
border-color css
<style>
span { border-color: #FF0D2F; }
span { border-color: rgb(255,13,47); }
td.TdClassName
{
border-color: #FF0D2F;
}
.TagClassName
{
border-color: #FF0D2F;
}
</style>