Shades of Torch Red #FF0D2D
Tints of Torch Red #FF0D2D
RGB
CMYK
RGB Variations
Color information
#FF0D2D (or 0xFF0D2D) is known color: Torch Red. HEX triplet: FF, 0D and 2D. RGB value is (255,13,45). Sum of RGB (Red+Green+Blue) = 255+13+45=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0D2D is #00F2D2. Grayscale: #595959. Windows color (decimal): -62163 or 2952703. OLE color: 2952703.
HSL color Cylindrical-coordinate representation of color #FF0D2D: hue angle of 352.07º 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 #FF0D2D is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 45 | - |
| CMYK | 0 | 0.95 | 0.82 | 0 |
| HSL | 352.07º | 1% | 0.53% | - |
| HSV(B) | 352.07º | 0.95% | 1% | - |
| XYZ | 41.86 | 21.74 | 4.47 | - |
| YUV | 89.01 | 103.17 | 246.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 45 | 0 | 0.95 | 0.82 | 0 | 352.07 | 1 | 0.53 |
| Hex | FF | D | 2D | 0 | 5F | 52 | 0 | 160 | 64 | 35 |
| Octal | 377 | 15 | 55 | 0 | 137 | 122 | 0 | 540 | 144 | 65 |
| Binary | 11111111 | 1101 | 101101 | 0 | 1011111 | 1010010 | 0 | 101100000 | 1100100 | 110101 |
Color Harmonies of #FF0D2D
Complementary color
Monochromatic Colors of #FF0D2D
Black with #FF0D2D
Text Example
Text Example
White with #FF0D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D2D; }
p { color: rgb(255,13,45); }
H1.HeaderClassName
{
color: #FF0D2D;
}
.AnyTagClassName
{
color: #FF0D2D;
}
</style>
background-color css
<style>
a { background-color: #FF0D2D; }
a { background-color: rgb(255,13,45); }
div.DivClassName
{
background-color: #FF0D2D;
}
.BgClassName
{
background-color: #FF0D2D;
}
</style>
border-color css
<style>
span { border-color: #FF0D2D; }
span { border-color: rgb(255,13,45); }
td.TdClassName
{
border-color: #FF0D2D;
}
.TagClassName
{
border-color: #FF0D2D;
}
</style>