Shades of Torch Red #FF0C2E
Tints of Torch Red #FF0C2E
RGB
CMYK
RGB Variations
Color information
#FF0C2E (or 0xFF0C2E) is known color: Torch Red. HEX triplet: FF, 0C and 2E. RGB value is (255,12,46). Sum of RGB (Red+Green+Blue) = 255+12+46=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0C2E is #00F3D1. Grayscale: #585858. Windows color (decimal): -62418 or 3017983. OLE color: 3017983.
HSL color Cylindrical-coordinate representation of color #FF0C2E: hue angle of 351.6º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0C2E is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 46 | - |
| CMYK | 0 | 0.95 | 0.82 | 0 |
| HSL | 351.6º | 1% | 0.52% | - |
| HSV(B) | 351.6º | 0.95% | 1% | - |
| XYZ | 41.86 | 21.72 | 4.57 | - |
| YUV | 88.53 | 104.01 | 246.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 46 | 0 | 0.95 | 0.82 | 0 | 351.6 | 1 | 0.52 |
| Hex | FF | C | 2E | 0 | 5F | 52 | 0 | 160 | 64 | 34 |
| Octal | 377 | 14 | 56 | 0 | 137 | 122 | 0 | 540 | 144 | 64 |
| Binary | 11111111 | 1100 | 101110 | 0 | 1011111 | 1010010 | 0 | 101100000 | 1100100 | 110100 |
Color Harmonies of #FF0C2E
Complementary color
Monochromatic Colors of #FF0C2E
Black with #FF0C2E
Text Example
Text Example
White with #FF0C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C2E; }
p { color: rgb(255,12,46); }
H1.HeaderClassName
{
color: #FF0C2E;
}
.AnyTagClassName
{
color: #FF0C2E;
}
</style>
background-color css
<style>
a { background-color: #FF0C2E; }
a { background-color: rgb(255,12,46); }
div.DivClassName
{
background-color: #FF0C2E;
}
.BgClassName
{
background-color: #FF0C2E;
}
</style>
border-color css
<style>
span { border-color: #FF0C2E; }
span { border-color: rgb(255,12,46); }
td.TdClassName
{
border-color: #FF0C2E;
}
.TagClassName
{
border-color: #FF0C2E;
}
</style>