Shades of Torch Red #FF0D27
Tints of Torch Red #FF0D27
RGB
CMYK
RGB Variations
Color information
#FF0D27 (or 0xFF0D27) is known color: Torch Red. HEX triplet: FF, 0D and 27. RGB value is (255,13,39). Sum of RGB (Red+Green+Blue) = 255+13+39=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0D27 is #00F2D8. Grayscale: #585858. Windows color (decimal): -62169 or 2559487. OLE color: 2559487.
HSL color Cylindrical-coordinate representation of color #FF0D27: hue angle of 353.55º 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 #FF0D27 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 39 | - |
| CMYK | 0 | 0.95 | 0.85 | 0 |
| HSL | 353.55º | 1% | 0.53% | - |
| HSV(B) | 353.55º | 0.95% | 1% | - |
| XYZ | 41.75 | 21.69 | 3.91 | - |
| YUV | 88.32 | 100.17 | 246.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 39 | 0 | 0.95 | 0.85 | 0 | 353.55 | 1 | 0.53 |
| Hex | FF | D | 27 | 0 | 5F | 55 | 0 | 162 | 64 | 35 |
| Octal | 377 | 15 | 47 | 0 | 137 | 125 | 0 | 542 | 144 | 65 |
| Binary | 11111111 | 1101 | 100111 | 0 | 1011111 | 1010101 | 0 | 101100010 | 1100100 | 110101 |
Color Harmonies of #FF0D27
Complementary color
Monochromatic Colors of #FF0D27
Black with #FF0D27
Text Example
Text Example
White with #FF0D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D27; }
p { color: rgb(255,13,39); }
H1.HeaderClassName
{
color: #FF0D27;
}
.AnyTagClassName
{
color: #FF0D27;
}
</style>
background-color css
<style>
a { background-color: #FF0D27; }
a { background-color: rgb(255,13,39); }
div.DivClassName
{
background-color: #FF0D27;
}
.BgClassName
{
background-color: #FF0D27;
}
</style>
border-color css
<style>
span { border-color: #FF0D27; }
span { border-color: rgb(255,13,39); }
td.TdClassName
{
border-color: #FF0D27;
}
.TagClassName
{
border-color: #FF0D27;
}
</style>